Html Css Color HEX #D6C586 Winter Hazel

📋 copy color: '#D6C586'

red 214 ◦ green 197 ◦ blue 134

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

Shades of Winter Hazel #D6C586

Tints of Winter Hazel #D6C586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.15%

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

R = 39.27%
G = 36.15%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6C586 (or 0xD6C586) is known color: Winter Hazel. HEX triplet: D6, C5 and 86. RGB value is (214,197,134). Sum of RGB (Red+Green+Blue) = 214+197+134=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 134 (52.73% from 255 or 24.59% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C586 is #293A79. Grayscale: #C3C3C3. Windows color (decimal): -2701946 or 8832470. OLE color: 8832470.

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

Color convert

RGB 214 197 134 -
CMYK 0 0.08 0.37 0.16
HSL 47.25º 0.49% 0.68% -
HSV(B) 47.25º 0.37% 0.84% -
XYZ 52 55.95 30.61 -
YUV 194.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 214 197 134 0 0.08 0.37 0.16 47.25 0.49 0.68
Hex D6 C5 86 0 8 25 10 2F 31 44
Octal 326 305 206 0 10 45 20 57 61 104
Binary 11010110 11000101 10000110 0 1000 100101 10000 101111 110001 1000100

Color Harmonies of #D6C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C586

Black with #D6C586

Text Example


Text Example

White with #D6C586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C586; }

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

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

background-color css

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

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

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

border-color css

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

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

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