Html Css Color HEX #D6C27F Winter Hazel

📋 copy color: '#D6C27F'

red 214 ◦ green 194 ◦ blue 127

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

Shades of Winter Hazel #D6C27F

Tints of Winter Hazel #D6C27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.74%

R = 40%
G = 36.26%
B = 23.74%

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

#D6C27F (or 0xD6C27F) is known color: Winter Hazel. HEX triplet: D6, C2 and 7F. RGB value is (214,194,127). Sum of RGB (Red+Green+Blue) = 214+194+127=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C27F is #293D80. Grayscale: #C0C0C0. Windows color (decimal): -2702721 or 8372950. OLE color: 8372950.

HSL color Cylindrical-coordinate representation of color #D6C27F: hue angle of 46.21º degrees, saturation: 0.51, 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 #D6C27F is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 127 -
CMYK 0 0.09 0.41 0.16
HSL 46.21º 0.51% 0.67% -
HSV(B) 46.21º 0.41% 0.84% -
XYZ 50.85 54.41 27.9 -
YUV 192.34 91.13 143.45 -
System Red Green Blue C M Y K H S L
Decimal 214 194 127 0 0.09 0.41 0.16 46.21 0.51 0.67
Hex D6 C2 7F 0 9 29 10 2E 33 43
Octal 326 302 177 0 11 51 20 56 63 103
Binary 11010110 11000010 1111111 0 1001 101001 10000 101110 110011 1000011

Color Harmonies of #D6C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C27F

Black with #D6C27F

Text Example


Text Example

White with #D6C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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