#CDCA7C

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

Shades of Deco #CDCA7C

Tints of Deco #CDCA7C

Color information

#CDCA7C (or 0xCDCA7C) is unknown color: approx Deco. HEX triplet: CD, CA and 7C. RGB value is (205,202,124). Sum of RGB (Red+Green+Blue) = 205+202+124=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCA7C is #323583. Grayscale: #C2C2C2. Windows color (decimal): -3290500 or 8178381. OLE color: 8178381.

HSL color Cylindrical-coordinate representation of color #CDCA7C: hue angle of 57.78º 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 #CDCA7C is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205202124-
CMYK00.010.400.20
HSL57.78º44.75%64.51%-
HSV(B)57.78º39.51%80.39%-
XYZ49.9456.6827.38-
YUV19488.49135.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 124 (48.83% from 255) = 23.35%
R=38.61%
G=38.04%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520212400.010.400.2057.7844.7564.51
HexCDCA7C0128143a2d41
Octal3153121740150247255101
Binary1100110111001010111110001101000101001110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCA7C; }

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

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

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

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

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

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

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

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