#CDC874

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

Shades of Deco #CDC874

Tints of Deco #CDC874

Color information

#CDC874 (or 0xCDC874) is unknown color: approx Deco. HEX triplet: CD, C8 and 74. RGB value is (205,200,116). Sum of RGB (Red+Green+Blue) = 205+200+116=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 116 (45.70% from 255 or 22.26% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC874 is #32378B. Grayscale: #C0C0C0. Windows color (decimal): -3291020 or 7653581. OLE color: 7653581.

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

Color convert

RGB205200116-
CMYK00.020.430.20
HSL56.63º47.09%62.94%-
HSV(B)56.63º43.41%80.39%-
XYZ48.9855.5524.66-
YUV191.9285.16137.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 200 (78.52% from 255) = 38.39%
BLUE value IS 116 (45.70% from 255) = 22.26%
R=39.35%
G=38.39%
B=22.26%

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
Decimal20520011600.020.430.2056.6347.0962.94
HexCDC874022B14392f3f
Octal315310164025324715777
Binary1100110111001000111010001010101110100111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC874; }

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

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

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

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

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

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

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

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