Html Css Color HEX #D6C886 Winter Hazel

📋 copy color: '#D6C886'

red 214 ◦ green 200 ◦ blue 134

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

Shades of Winter Hazel #D6C886

Tints of Winter Hazel #D6C886

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

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

R = 39.05%
G = 36.5%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6C886 (or 0xD6C886) is known color: Winter Hazel. HEX triplet: D6, C8 and 86. RGB value is (214,200,134). Sum of RGB (Red+Green+Blue) = 214+200+134=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C886 is #293779. Grayscale: #C4C4C4. Windows color (decimal): -2701178 or 8833238. OLE color: 8833238.

HSL color Cylindrical-coordinate representation of color #D6C886: hue angle of 49.5º 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 #D6C886 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 200 134 -
CMYK 0 0.07 0.37 0.16
HSL 49.5º 0.49% 0.68% -
HSV(B) 49.5º 0.37% 0.84% -
XYZ 52.69 57.33 30.84 -
YUV 196.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 214 200 134 0 0.07 0.37 0.16 49.5 0.49 0.68
Hex D6 C8 86 0 7 25 10 32 31 44
Octal 326 310 206 0 7 45 20 62 61 104
Binary 11010110 11001000 10000110 0 111 100101 10000 110010 110001 1000100

Color Harmonies of #D6C886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C886

Black with #D6C886

Text Example


Text Example

White with #D6C886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C886; }

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

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

background-color css

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

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

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

border-color css

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

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

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