#CDC979

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

Shades of Deco #CDC979

Tints of Deco #CDC979

Color information

#CDC979 (or 0xCDC979) is unknown color: approx Deco. HEX triplet: CD, C9 and 79. RGB value is (205,201,121). Sum of RGB (Red+Green+Blue) = 205+201+121=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC979 is #323686. Grayscale: #C1C1C1. Windows color (decimal): -3290759 or 7981517. OLE color: 7981517.

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

Color convert

RGB205201121-
CMYK00.020.410.20
HSL57.14º45.65%63.92%-
HSV(B)57.14º40.98%80.39%-
XYZ49.5156.1326.31-
YUV193.0887.33136.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 121 (47.66% from 255) = 22.96%
R=38.90%
G=38.14%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520112100.020.410.2057.1445.6563.92
HexCDC979022914392e40
Octal3153111710251247156100
Binary11001101110010011111001010101001101001110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC979; }

 p { color: rgb(205,201,121); }

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

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

 a { background-color: rgb(205,201,121); }

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

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

 span { border-color: rgb(205,201,121); }

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