#CDCC80

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

Shades of Deco #CDCC80

Tints of Deco #CDCC80

Color information

#CDCC80 (or 0xCDCC80) is unknown color: approx Deco. HEX triplet: CD, CC and 80. RGB value is (205,204,128). Sum of RGB (Red+Green+Blue) = 205+204+128=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC80 is #32337F. Grayscale: #C3C3C3. Windows color (decimal): -3289984 or 8441037. OLE color: 8441037.

HSL color Cylindrical-coordinate representation of color #CDCC80: hue angle of 59.22º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDCC80 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB205204128-
CMYK00.000.380.20
HSL59.22º43.5%65.29%-
HSV(B)59.22º37.56%80.39%-
XYZ50.6757.7228.89-
YUV195.6489.83134.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=38.18%
G=37.99%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520412800.000.380.2059.2243.565.29
HexCDCC800026143b2c41
Octal3153142000046247354101
Binary11001101110011001000000000100110101001110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC80; }

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

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

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

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

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

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

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

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