#CDC370

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

Shades of Winter Hazel #CDC370

Tints of Winter Hazel #CDC370

Color information

#CDC370 (or 0xCDC370) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 70. RGB value is (205,195,112). Sum of RGB (Red+Green+Blue) = 205+195+112=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC370 is #323C8F. Grayscale: #BCBCBC. Windows color (decimal): -3292304 or 7390157. OLE color: 7390157.

HSL color Cylindrical-coordinate representation of color #CDC370: hue angle of 53.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDC370 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205195112-
CMYK00.050.450.20
HSL53.55º48.19%62.16%-
HSV(B)53.55º45.37%80.39%-
XYZ47.6253.1823.08-
YUV188.5384.81139.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=40.04%
G=38.09%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519511200.050.450.2053.5548.1962.16
HexCDC370052D1436303e
Octal315303160055524666076
Binary11001101110000111110000010110110110100110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC370; }

 p { color: rgb(205,195,112); }

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

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

 a { background-color: rgb(205,195,112); }

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

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

 span { border-color: rgb(205,195,112); }

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