#CDC683

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

Shades of Winter Hazel #CDC683

Tints of Winter Hazel #CDC683

Color information

#CDC683 (or 0xCDC683) is unknown color: approx Winter Hazel. HEX triplet: CD, C6 and 83. RGB value is (205,198,131). Sum of RGB (Red+Green+Blue) = 205+198+131=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC683 is #32397C. Grayscale: #C0C0C0. Windows color (decimal): -3291517 or 8636109. OLE color: 8636109.

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

Color convert

RGB205198131-
CMYK00.030.360.20
HSL54.32º42.53%65.88%-
HSV(B)54.32º36.1%80.39%-
XYZ49.4755.0129.48-
YUV192.4693.32136.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 198 (77.73% from 255) = 37.08%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=38.39%
G=37.08%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519813100.030.360.2054.3242.5365.88
HexCDC683032414362b42
Octal3153062030344246653102
Binary110011011100011010000011011100100101001101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC683; }

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

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

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

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

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

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

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

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