#D6CA83

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

Shades of Winter Hazel #D6CA83

Tints of Winter Hazel #D6CA83

Color information

#D6CA83 (or 0xD6CA83) is unknown color: approx Winter Hazel. HEX triplet: D6, CA and 83. RGB value is (214,202,131). Sum of RGB (Red+Green+Blue) = 214+202+131=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA83 is #29357C. Grayscale: #C5C5C5. Windows color (decimal): -2700669 or 8637142. OLE color: 8637142.

HSL color Cylindrical-coordinate representation of color #D6CA83: hue angle of 51.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6CA83 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB214202131-
CMYK00.060.390.16
HSL51.33º50.3%67.65%-
HSV(B)51.33º38.79%83.92%-
XYZ52.9558.1829.91-
YUV197.4990.48139.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=39.12%
G=36.93%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420213100.060.390.1651.3350.367.65
HexD6CA83062710333244
Octal3263122030647206362104
Binary1101011011001010100000110110100111100001100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA83; }

 p { color: rgb(214,202,131); }

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

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

 a { background-color: rgb(214,202,131); }

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

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

 span { border-color: rgb(214,202,131); }

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