Html Css Color HEX #D6C77A Winter Hazel

📋 copy color: '#D6C77A'

red 214 ◦ green 199 ◦ blue 122

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

Shades of Winter Hazel #D6C77A

Tints of Winter Hazel #D6C77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.8%

R = 40%
G = 37.2%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6C77A (or 0xD6C77A) is known color: Winter Hazel. HEX triplet: D6, C7 and 7A. RGB value is (214,199,122). Sum of RGB (Red+Green+Blue) = 214+199+122=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C77A is #293885. Grayscale: #C3C3C3. Windows color (decimal): -2701446 or 8046550. OLE color: 8046550.

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

Color convert

RGB 214 199 122 -
CMYK 0 0.07 0.43 0.16
HSL 50.22º 0.53% 0.66% -
HSV(B) 50.22º 0.43% 0.84% -
XYZ 51.67 56.55 26.6 -
YUV 194.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 214 199 122 0 0.07 0.43 0.16 50.22 0.53 0.66
Hex D6 C7 7A 0 7 2B 10 32 35 42
Octal 326 307 172 0 7 53 20 62 65 102
Binary 11010110 11000111 1111010 0 111 101011 10000 110010 110101 1000010

Color Harmonies of #D6C77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C77A

Black with #D6C77A

Text Example


Text Example

White with #D6C77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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