#CDCC88

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

Shades of Deco #CDCC88

Tints of Deco #CDCC88

Color information

#CDCC88 (or 0xCDCC88) is unknown color: approx Deco. HEX triplet: CD, CC and 88. RGB value is (205,204,136). Sum of RGB (Red+Green+Blue) = 205+204+136=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCC88 is #323377. Grayscale: #C4C4C4. Windows color (decimal): -3289976 or 8965325. OLE color: 8965325.

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

Color convert

RGB205204136-
CMYK00.000.340.20
HSL59.13º40.83%66.86%-
HSV(B)59.13º33.66%80.39%-
XYZ51.2157.9431.78-
YUV196.5593.83134.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=37.61%
G=37.43%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520413600.000.340.2059.1340.8366.86
HexCDCC880022143b2943
Octal3153142100042247351103
Binary11001101110011001000100000100010101001110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC88; }

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

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

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

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

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

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

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

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