#CDCC7C

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

Shades of Deco #CDCC7C

Tints of Deco #CDCC7C

Color information

#CDCC7C (or 0xCDCC7C) is unknown color: approx Deco. HEX triplet: CD, CC and 7C. RGB value is (205,204,124). Sum of RGB (Red+Green+Blue) = 205+204+124=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC7C is #323383. Grayscale: #C3C3C3. Windows color (decimal): -3289988 or 8178893. OLE color: 8178893.

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

Color convert

RGB205204124-
CMYK00.000.400.20
HSL59.26º44.75%64.51%-
HSV(B)59.26º39.51%80.39%-
XYZ50.4157.6227.53-
YUV195.1887.83135-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=38.46%
G=38.27%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520412400.000.400.2059.2644.7564.51
HexCDCC7C0028143b2d41
Octal3153141740050247355101
Binary1100110111001100111110000101000101001110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCC7C; }

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

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

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

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

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

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

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

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