#CDC775

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

Shades of Winter Hazel #CDC775

Tints of Winter Hazel #CDC775

Color information

#CDC775 (or 0xCDC775) is unknown color: approx Winter Hazel. HEX triplet: CD, C7 and 75. RGB value is (205,199,117). Sum of RGB (Red+Green+Blue) = 205+199+117=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC775 is #32388A. Grayscale: #BFBFBF. Windows color (decimal): -3291275 or 7718861. OLE color: 7718861.

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

Color convert

RGB205199117-
CMYK00.030.430.20
HSL55.91º46.81%63.14%-
HSV(B)55.91º42.93%80.39%-
XYZ48.8155.1124.89-
YUV191.4585.99137.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=39.35%
G=38.20%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519911700.030.430.2055.9146.8163.14
HexCDC775032B14382f3f
Octal315307165035324705777
Binary1100110111000111111010101110101110100111000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC775; }

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

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

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

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

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

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

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

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