Html Css Color HEX #D6C778 Winter Hazel

📋 copy color: '#D6C778'

red 214 ◦ green 199 ◦ blue 120

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

Shades of Winter Hazel #D6C778

Tints of Winter Hazel #D6C778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.51%

R = 40.15%
G = 37.34%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6C778 (or 0xD6C778) is known color: Winter Hazel. HEX triplet: D6, C7 and 78. RGB value is (214,199,120). Sum of RGB (Red+Green+Blue) = 214+199+120=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C778 is #293887. Grayscale: #C2C2C2. Windows color (decimal): -2701448 or 7915478. OLE color: 7915478.

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

Color convert

RGB 214 199 120 -
CMYK 0 0.07 0.44 0.16
HSL 50.43º 0.53% 0.65% -
HSV(B) 50.43º 0.44% 0.84% -
XYZ 51.55 56.5 25.96 -
YUV 194.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 214 199 120 0 0.07 0.44 0.16 50.43 0.53 0.65
Hex D6 C7 78 0 7 2C 10 32 35 41
Octal 326 307 170 0 7 54 20 62 65 101
Binary 11010110 11000111 1111000 0 111 101100 10000 110010 110101 1000001

Color Harmonies of #D6C778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C778

Black with #D6C778

Text Example


Text Example

White with #D6C778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C778; }

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

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

background-color css

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

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

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

border-color css

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

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

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