Html Css Color HEX #D6C78C Winter Hazel

📋 copy color: '#D6C78C'

red 214 ◦ green 199 ◦ blue 140

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

Shades of Winter Hazel #D6C78C

Tints of Winter Hazel #D6C78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.99%

 BLUE value IS 140 (55.08% from 255) = 25.32%

R = 38.7%
G = 35.99%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6C78C (or 0xD6C78C) is known color: Winter Hazel. HEX triplet: D6, C7 and 8C. RGB value is (214,199,140). Sum of RGB (Red+Green+Blue) = 214+199+140=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C78C is #293873. Grayscale: #C5C5C5. Windows color (decimal): -2701428 or 9226198. OLE color: 9226198.

HSL color Cylindrical-coordinate representation of color #D6C78C: hue angle of 47.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6C78C is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 199 140 -
CMYK 0 0.07 0.35 0.16
HSL 47.84º 0.47% 0.69% -
HSV(B) 47.84º 0.35% 0.84% -
XYZ 52.89 57.04 33.03 -
YUV 196.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 214 199 140 0 0.07 0.35 0.16 47.84 0.47 0.69
Hex D6 C7 8C 0 7 23 10 30 2F 45
Octal 326 307 214 0 7 43 20 60 57 105
Binary 11010110 11000111 10001100 0 111 100011 10000 110000 101111 1000101

Color Harmonies of #D6C78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C78C

Black with #D6C78C

Text Example


Text Example

White with #D6C78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C78C; }

 p { color: rgb(214,199,140); }

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

background-color css

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

 a { background-color: rgb(214,199,140); }

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

border-color css

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

 span { border-color: rgb(214,199,140); }

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