#CDDC80

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

Shades of Deco #CDDC80

Tints of Deco #CDDC80

Color information

#CDDC80 (or 0xCDDC80) is unknown color: approx Deco. HEX triplet: CD, DC and 80. RGB value is (205,220,128). Sum of RGB (Red+Green+Blue) = 205+220+128=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDC80 is #32237F. Grayscale: #CDCDCD. Windows color (decimal): -3285888 or 8445133. OLE color: 8445133.

HSL color Cylindrical-coordinate representation of color #CDDC80: hue angle of 69.78º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CDDC80 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB205220128-
CMYK0.0700.420.14
HSL69.78º56.79%68.24%-
HSV(B)69.78º41.82%86.27%-
XYZ54.6765.7230.23-
YUV205.0384.53127.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=37.07%
G=39.78%
B=23.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201280.0700.420.1469.7856.7968.24
HexCDDC80702AE463944
Octal31533420070521610671104
Binary1100110111011100100000001110101010111010001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC80; }

 p { color: rgb(205,220,128); }

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

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

 a { background-color: rgb(205,220,128); }

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

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

 span { border-color: rgb(205,220,128); }

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