Color Hex Logo

#ddc766 Color Hex

#DDC766
(221,199,102)
0 Favorites   0 Comments

Color spaces of #ddc766

RGB 221199102
HSL0.140.640.63
HSV49°54°87°
CMYK 0.000.100.54   0.13
XYZ52.640557.178320.8324
Yxy57.17830.40290.4376
Hunter Lab75.6163-8.065436.5970
CIE-Lab80.2798-4.388150.7544

#ddc766 color RGB value is (221,199,102).

#ddc766 hex color red value is 221, green value is 199 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ddc766 hue: 0.14 , saturation: 0.64 and the lightness value of ddc766 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 01100110
Octal 335 307 146
Decimal 221 199 102
Hex DD C7 66

RGB Percentages of Color #ddc766

%42.34
%38.12
%19.54

CMYK Percentages of Color #ddc766

%0
%10
%54
%13

Triadic Colors of #ddc766

#ddc766 #66ddc7 #c766dd

Analogous Colors of #ddc766

#ddc766 #b8dd66 #dd8c66

Monochromatic Colors of #ddc766

#ddc766

Complementary Color

#ddc766 #667cdd

#ddc766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc766 Color CSS Codes

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

#ddc766 Text Font Color

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

This sample text font color is #ddc766
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.


#ddc766 Background Color

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

This div background color is #ddc766


#ddc766 Border Color

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

This div border color is #ddc766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc766


Comments

No comments written yet.

Please login to write comment.