Color Hex Logo

#ddc65f Color Hex

#DDC65F
(221,198,95)
0 Favorites   0 Comments

Color spaces of #ddc65f

RGB 22119895
HSL0.140.650.62
HSV49°57°87°
CMYK 0.000.100.57   0.13
XYZ52.078456.586519.0039
Yxy56.58650.40790.4432
Hunter Lab75.2240-8.064537.6783
CIE-Lab79.9465-4.418153.6552

#ddc65f color RGB value is (221,198,95).

#ddc65f hex color red value is 221, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ddc65f hue: 0.14 , saturation: 0.65 and the lightness value of ddc65f is 0.62.

The process color (four color CMYK) of #ddc65f color hex is 0.00, 0.10, 0.57, 0.13. Web safe color of #ddc65f is #cccc66. Color #ddc65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000110 01011111
Octal 335 306 137
Decimal 221 198 95
Hex DD C6 5F

RGB Percentages of Color #ddc65f

%43.00
%38.52
%18.48

CMYK Percentages of Color #ddc65f

%0
%10
%57
%13

Triadic Colors of #ddc65f

#ddc65f #5fddc6 #c65fdd

Analogous Colors of #ddc65f

#ddc65f #b5dd5f #dd875f

Monochromatic Colors of #ddc65f

#ddc65f

Complementary Color

#ddc65f #5f76dd

#ddc65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc65f Color CSS Codes

.mybgcolor {background-color:#ddc65f; } 
.myforecolor {color:#ddc65f; }
.mybordercolor {border:3px solid #ddc65f; }

#ddc65f Text Font Color

<p style="color:#ddc65f">Text here</p>

This sample text font color is #ddc65f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddc65f Background Color

<div style="background-color:#ddc65f">
Div content here</div>

This div background color is #ddc65f


#ddc65f Border Color

<div style="border:3px solid #ddc65f">
Div here</div>

This div border color is #ddc65f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,198,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddc65f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddc65f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc65f;
  box-shadow:         1px 1px 3px 2px #ddc65f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,198,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddc65f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddc65f;
  -webkit-box-shadow: 1px 1px 3px 2px #ddc65f;
  box-shadow:         1px 1px 3px 2px #ddc65f;">
Div content here</div>

This div box has shadow with color #ddc65f


Comments

No comments written yet.

Please login to write comment.