#CDDA76

Color #CDDA76 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CDDA76

Tints of Deco #CDDA76

Color information

#CDDA76 (or 0xCDDA76) is unknown color: approx Deco. HEX triplet: CD, DA and 76. RGB value is (205,218,118). Sum of RGB (Red+Green+Blue) = 205+218+118=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA76 is #322589. Grayscale: #CBCBCB. Windows color (decimal): -3286410 or 7789261. OLE color: 7789261.

HSL color Cylindrical-coordinate representation of color #CDDA76: hue angle of 67.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDDA76 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB205218118-
CMYK0.0600.460.15
HSL67.8º57.47%65.88%-
HSV(B)67.8º45.87%85.49%-
XYZ53.5264.4326.76-
YUV202.7180.19129.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 218 (85.55% from 255) = 40.30%
BLUE value IS 118 (46.48% from 255) = 21.81%
R=37.89%
G=40.30%
B=21.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181180.0600.460.1567.857.4765.88
HexCDDA76602EF443942
Octal31533216660561710471102
Binary110011011101101011101101100101110111110001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA76; }

 p { color: rgb(205,218,118); }

 H1.HeaderClassName
 {
   color: #CDDA76;
 }
 .AnyTagClassName
 {
   color: #CDDA76;
 }
</style>
background-color css

<style>
 a { background-color: #CDDA76; }

 a { background-color: rgb(205,218,118); }

 div.DivClassName
 {
   background-color: #CDDA76;
 }
 .BgClassName
 {
   background-color: #CDDA76;
 }
</style>
border-color css

<style>
 span { border-color: #CDDA76; }

 span { border-color: rgb(205,218,118); }

 td.TdClassName
 {
   border-color: #CDDA76;
 }
 .TagClassName
 {
   border-color: #CDDA76;
 }
</style>