#CDC978

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

Shades of Deco #CDC978

Tints of Deco #CDC978

Color information

#CDC978 (or 0xCDC978) is unknown color: approx Deco. HEX triplet: CD, C9 and 78. RGB value is (205,201,120). Sum of RGB (Red+Green+Blue) = 205+201+120=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC978 is #323687. Grayscale: #C1C1C1. Windows color (decimal): -3290760 or 7915981. OLE color: 7915981.

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

Color convert

RGB205201120-
CMYK00.020.410.20
HSL57.18º45.95%63.73%-
HSV(B)57.18º41.46%80.39%-
XYZ49.4556.1125.99-
YUV192.9686.83136.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 120 (47.27% from 255) = 22.81%
R=38.97%
G=38.21%
B=22.81%

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
Decimal20520112000.020.410.2057.1845.9563.73
HexCDC978022914392e40
Octal3153111700251247156100
Binary11001101110010011111000010101001101001110011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC978; }

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

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

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

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

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

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

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

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