#D6CA82

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

Shades of Winter Hazel #D6CA82

Tints of Winter Hazel #D6CA82

Color information

#D6CA82 (or 0xD6CA82) is unknown color: approx Winter Hazel. HEX triplet: D6, CA and 82. RGB value is (214,202,130). Sum of RGB (Red+Green+Blue) = 214+202+130=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA82 is #29357D. Grayscale: #C5C5C5. Windows color (decimal): -2700670 or 8571606. OLE color: 8571606.

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

Color convert

RGB214202130-
CMYK00.060.390.16
HSL51.43º50.6%67.45%-
HSV(B)51.43º39.25%83.92%-
XYZ52.8858.1529.56-
YUV197.3889.98139.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=39.19%
G=37.00%
B=23.81%

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
Decimal21420213000.060.390.1651.4350.667.45
HexD6CA82062710333343
Octal3263122020647206363103
Binary1101011011001010100000100110100111100001100111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA82; }

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

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

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

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

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

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

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

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