Html Css Color HEX #D6C27E Winter Hazel

📋 copy color: '#D6C27E'

red 214 ◦ green 194 ◦ blue 126

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

Shades of Winter Hazel #D6C27E

Tints of Winter Hazel #D6C27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.6%

R = 40.07%
G = 36.33%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6C27E (or 0xD6C27E) is known color: Winter Hazel. HEX triplet: D6, C2 and 7E. RGB value is (214,194,126). Sum of RGB (Red+Green+Blue) = 214+194+126=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C27E is #293D81. Grayscale: #C0C0C0. Windows color (decimal): -2702722 or 8307414. OLE color: 8307414.

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

Color convert

RGB 214 194 126 -
CMYK 0 0.09 0.41 0.16
HSL 46.36º 0.52% 0.67% -
HSV(B) 46.36º 0.41% 0.84% -
XYZ 50.79 54.39 27.56 -
YUV 192.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 214 194 126 0 0.09 0.41 0.16 46.36 0.52 0.67
Hex D6 C2 7E 0 9 29 10 2E 34 43
Octal 326 302 176 0 11 51 20 56 64 103
Binary 11010110 11000010 1111110 0 1001 101001 10000 101110 110100 1000011

Color Harmonies of #D6C27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C27E

Black with #D6C27E

Text Example


Text Example

White with #D6C27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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