Html Css Color HEX #D6C27C Winter Hazel

📋 copy color: '#D6C27C'

red 214 ◦ green 194 ◦ blue 124

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

Shades of Winter Hazel #D6C27C

Tints of Winter Hazel #D6C27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.47%

 BLUE value IS 124 (48.83% from 255) = 23.31%

R = 40.23%
G = 36.47%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6C27C (or 0xD6C27C) is known color: Winter Hazel. HEX triplet: D6, C2 and 7C. RGB value is (214,194,124). Sum of RGB (Red+Green+Blue) = 214+194+124=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C27C is #293D83. Grayscale: #C0C0C0. Windows color (decimal): -2702724 or 8176342. OLE color: 8176342.

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

Color convert

RGB 214 194 124 -
CMYK 0 0.09 0.42 0.16
HSL 46.67º 0.52% 0.66% -
HSV(B) 46.67º 0.42% 0.84% -
XYZ 50.66 54.33 26.89 -
YUV 192 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 214 194 124 0 0.09 0.42 0.16 46.67 0.52 0.66
Hex D6 C2 7C 0 9 2A 10 2F 34 42
Octal 326 302 174 0 11 52 20 57 64 102
Binary 11010110 11000010 1111100 0 1001 101010 10000 101111 110100 1000010

Color Harmonies of #D6C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C27C

Black with #D6C27C

Text Example


Text Example

White with #D6C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C27C; }

 p { color: rgb(214,194,124); }

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

background-color css

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

 a { background-color: rgb(214,194,124); }

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

border-color css

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

 span { border-color: rgb(214,194,124); }

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