#CDC470

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

Shades of Winter Hazel #CDC470

Tints of Winter Hazel #CDC470

Color information

#CDC470 (or 0xCDC470) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 70. RGB value is (205,196,112). Sum of RGB (Red+Green+Blue) = 205+196+112=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC470 is #323B8F. Grayscale: #BDBDBD. Windows color (decimal): -3292048 or 7390413. OLE color: 7390413.

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

Color convert

RGB205196112-
CMYK00.040.450.20
HSL54.19º48.19%62.16%-
HSV(B)54.19º45.37%80.39%-
XYZ47.8453.6323.16-
YUV189.1184.48139.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=39.96%
G=38.21%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519611200.040.450.2054.1948.1962.16
HexCDC470042D1436303e
Octal315304160045524666076
Binary11001101110001001110000010010110110100110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC470; }

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

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

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

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

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

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

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

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