Html Css Color HEX #D6C986 Winter Hazel

📋 copy color: '#D6C986'

red 214 ◦ green 201 ◦ blue 134

#D6C986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D6C986

Tints of Winter Hazel #D6C986

RGB

 RED value IS 214 (83.98% from 255) = 38.98%

 GREEN value IS 201 (78.91% from 255) = 36.61%

 BLUE value IS 134 (52.73% from 255) = 24.41%

R = 38.98%
G = 36.61%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6C986 (or 0xD6C986) is known color: Winter Hazel. HEX triplet: D6, C9 and 86. RGB value is (214,201,134). Sum of RGB (Red+Green+Blue) = 214+201+134=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C986 is #293679. Grayscale: #C5C5C5. Windows color (decimal): -2700922 or 8833494. OLE color: 8833494.

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

Color convert

RGB 214 201 134 -
CMYK 0 0.06 0.37 0.16
HSL 50.25º 0.49% 0.68% -
HSV(B) 50.25º 0.37% 0.84% -
XYZ 52.92 57.79 30.92 -
YUV 197.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 214 201 134 0 0.06 0.37 0.16 50.25 0.49 0.68
Hex D6 C9 86 0 6 25 10 32 31 44
Octal 326 311 206 0 6 45 20 62 61 104
Binary 11010110 11001001 10000110 0 110 100101 10000 110010 110001 1000100

Color Harmonies of #D6C986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C986

Black with #D6C986

Text Example


Text Example

White with #D6C986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C986; }

 p { color: rgb(214,201,134); }

 H1.HeaderClassName
 {
   color: #D6C986;
 }
 .AnyTagClassName
 {
   color: #D6C986;
 }
</style>

background-color css

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

 a { background-color: rgb(214,201,134); }

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

border-color css

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

 span { border-color: rgb(214,201,134); }

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