#CDCC77

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

Shades of Deco #CDCC77

Tints of Deco #CDCC77

Color information

#CDCC77 (or 0xCDCC77) is unknown color: approx Deco. HEX triplet: CD, CC and 77. RGB value is (205,204,119). Sum of RGB (Red+Green+Blue) = 205+204+119=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC77 is #323388. Grayscale: #C2C2C2. Windows color (decimal): -3289993 or 7851213. OLE color: 7851213.

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

Color convert

RGB205204119-
CMYK00.000.420.20
HSL59.3º46.24%63.53%-
HSV(B)59.3º41.95%80.39%-
XYZ50.157.525.91-
YUV194.6185.33135.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=38.83%
G=38.64%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520411900.000.420.2059.346.2463.53
HexCDCC77002A143b2e40
Octal3153141670052247356100
Binary1100110111001100111011100101010101001110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC77; }

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

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

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

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

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

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

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

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