#CDC770

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

Shades of Winter Hazel #CDC770

Tints of Winter Hazel #CDC770

Color information

#CDC770 (or 0xCDC770) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 70. RGB value is (205,199,112). Sum of RGB (Red+Green+Blue) = 205+199+112=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC770 is #32388F. Grayscale: #BFBFBF. Windows color (decimal): -3291280 or 7391181. OLE color: 7391181.

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

Color convert

RGB205199112-
CMYK00.030.450.20
HSL56.13º48.19%62.16%-
HSV(B)56.13º45.37%80.39%-
XYZ48.525523.39-
YUV190.8883.49138.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=39.73%
G=38.57%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519911200.030.450.2056.1348.1962.16
HexCDC770032D1438303e
Octal315307160035524706076
Binary1100110111000111111000001110110110100111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC770; }

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

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

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

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

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

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

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

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