Html Css Color HEX #D6C47A Winter Hazel

📋 copy color: '#D6C47A'

red 214 ◦ green 196 ◦ blue 122

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

Shades of Winter Hazel #D6C47A

Tints of Winter Hazel #D6C47A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 40.23%
G = 36.84%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6C47A (or 0xD6C47A) is known color: Winter Hazel. HEX triplet: D6, C4 and 7A. RGB value is (214,196,122). Sum of RGB (Red+Green+Blue) = 214+196+122=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C47A is #293B85. Grayscale: #C1C1C1. Windows color (decimal): -2702214 or 8045782. OLE color: 8045782.

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

Color convert

RGB 214 196 122 -
CMYK 0 0.08 0.43 0.16
HSL 48.26º 0.53% 0.66% -
HSV(B) 48.26º 0.43% 0.84% -
XYZ 50.98 55.18 26.38 -
YUV 192.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 214 196 122 0 0.08 0.43 0.16 48.26 0.53 0.66
Hex D6 C4 7A 0 8 2B 10 30 35 42
Octal 326 304 172 0 10 53 20 60 65 102
Binary 11010110 11000100 1111010 0 1000 101011 10000 110000 110101 1000010

Color Harmonies of #D6C47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C47A

Black with #D6C47A

Text Example


Text Example

White with #D6C47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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