#CDC974

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

Shades of Deco #CDC974

Tints of Deco #CDC974

Color information

#CDC974 (or 0xCDC974) is unknown color: approx Deco. HEX triplet: CD, C9 and 74. RGB value is (205,201,116). Sum of RGB (Red+Green+Blue) = 205+201+116=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 201 (78.91% from 255 or 38.51% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC974 is #32368B. Grayscale: #C0C0C0. Windows color (decimal): -3290764 or 7653837. OLE color: 7653837.

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

Color convert

RGB205201116-
CMYK00.020.430.20
HSL57.3º47.09%62.94%-
HSV(B)57.3º43.41%80.39%-
XYZ49.2256.0124.74-
YUV192.5184.83136.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.27%
GREEN value IS 201 (78.91% from 255) = 38.51%
BLUE value IS 116 (45.70% from 255) = 22.22%
R=39.27%
G=38.51%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520111600.020.430.2057.347.0962.94
HexCDC974022B14392f3f
Octal315311164025324715777
Binary1100110111001001111010001010101110100111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC974; }

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

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

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

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

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

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

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

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