#CDC980

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

Shades of Deco #CDC980

Tints of Deco #CDC980

Color information

#CDC980 (or 0xCDC980) is unknown color: approx Deco. HEX triplet: CD, C9 and 80. RGB value is (205,201,128). Sum of RGB (Red+Green+Blue) = 205+201+128=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC980 is #32367F. Grayscale: #C2C2C2. Windows color (decimal): -3290752 or 8440269. OLE color: 8440269.

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

Color convert

RGB205201128-
CMYK00.020.380.20
HSL56.88º43.5%65.29%-
HSV(B)56.88º37.56%80.39%-
XYZ49.9656.3128.66-
YUV193.8790.83135.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=38.39%
G=37.64%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520112800.020.380.2056.8843.565.29
HexCDC980022614392c41
Octal3153112000246247154101
Binary110011011100100110000000010100110101001110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC980; }

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

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

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

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

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

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

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

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