Html Css Color HEX #D6C17A Winter Hazel

📋 copy color: '#D6C17A'

red 214 ◦ green 193 ◦ blue 122

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

Shades of Winter Hazel #D6C17A

Tints of Winter Hazel #D6C17A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.48%

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

R = 40.45%
G = 36.48%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6C17A (or 0xD6C17A) is known color: Winter Hazel. HEX triplet: D6, C1 and 7A. RGB value is (214,193,122). Sum of RGB (Red+Green+Blue) = 214+193+122=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C17A is #293E85. Grayscale: #BFBFBF. Windows color (decimal): -2702982 or 8045014. OLE color: 8045014.

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

Color convert

RGB 214 193 122 -
CMYK 0 0.10 0.43 0.16
HSL 46.3º 0.53% 0.66% -
HSV(B) 46.3º 0.43% 0.84% -
XYZ 50.31 53.84 26.15 -
YUV 191.19 88.96 144.27 -
System Red Green Blue C M Y K H S L
Decimal 214 193 122 0 0.10 0.43 0.16 46.3 0.53 0.66
Hex D6 C1 7A 0 A 2B 10 2E 35 42
Octal 326 301 172 0 12 53 20 56 65 102
Binary 11010110 11000001 1111010 0 1010 101011 10000 101110 110101 1000010

Color Harmonies of #D6C17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C17A

Black with #D6C17A

Text Example


Text Example

White with #D6C17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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