#CDDA78

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

Shades of Deco #CDDA78

Tints of Deco #CDDA78

Color information

#CDDA78 (or 0xCDDA78) is unknown color: approx Deco. HEX triplet: CD, DA and 78. RGB value is (205,218,120). Sum of RGB (Red+Green+Blue) = 205+218+120=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA78 is #322587. Grayscale: #CBCBCB. Windows color (decimal): -3286408 or 7920333. OLE color: 7920333.

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

Color convert

RGB205218120-
CMYK0.0600.450.15
HSL67.96º56.98%66.27%-
HSV(B)67.96º44.95%85.49%-
XYZ53.6464.4827.39-
YUV202.9481.19129.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 218 (85.55% from 255) = 40.15%
BLUE value IS 120 (47.27% from 255) = 22.10%
R=37.75%
G=40.15%
B=22.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181200.0600.450.1567.9656.9866.27
HexCDDA78602DF443942
Octal31533217060551710471102
Binary110011011101101011110001100101101111110001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA78; }

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

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

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

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

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

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

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

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