#CDC483

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

Shades of Winter Hazel #CDC483

Tints of Winter Hazel #CDC483

Color information

#CDC483 (or 0xCDC483) is unknown color: approx Winter Hazel. HEX triplet: CD, C4 and 83. RGB value is (205,196,131). Sum of RGB (Red+Green+Blue) = 205+196+131=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC483 is #323B7C. Grayscale: #BFBFBF. Windows color (decimal): -3292029 or 8635597. OLE color: 8635597.

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

Color convert

RGB205196131-
CMYK00.040.360.20
HSL52.7º42.53%65.88%-
HSV(B)52.7º36.1%80.39%-
XYZ49.0154.129.33-
YUV191.2893.98137.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 131 (51.56% from 255) = 24.62%
R=38.53%
G=36.84%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519613100.040.360.2052.742.5365.88
HexCDC483042414352b42
Octal3153042030444246553102
Binary1100110111000100100000110100100100101001101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC483; }

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

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

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

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

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

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

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

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