#CDC383

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

Shades of Winter Hazel #CDC383

Tints of Winter Hazel #CDC383

Color information

#CDC383 (or 0xCDC383) is unknown color: approx Winter Hazel. HEX triplet: CD, C3 and 83. RGB value is (205,195,131). Sum of RGB (Red+Green+Blue) = 205+195+131=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC383 is #323C7C. Grayscale: #BEBEBE. Windows color (decimal): -3292285 or 8635341. OLE color: 8635341.

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

Color convert

RGB205195131-
CMYK00.050.360.20
HSL51.89º42.53%65.88%-
HSV(B)51.89º36.1%80.39%-
XYZ48.7953.6529.26-
YUV190.6994.31138.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=38.61%
G=36.72%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519513100.050.360.2051.8942.5365.88
HexCDC383052414342b42
Octal3153032030544246453102
Binary1100110111000011100000110101100100101001101001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC383; }

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

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

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

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

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

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

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

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