Html Css Color HEX #D6C280 Winter Hazel

📋 copy color: '#D6C280'

red 214 ◦ green 194 ◦ blue 128

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

Shades of Winter Hazel #D6C280

Tints of Winter Hazel #D6C280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 39.93%
G = 36.19%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6C280 (or 0xD6C280) is known color: Winter Hazel. HEX triplet: D6, C2 and 80. RGB value is (214,194,128). Sum of RGB (Red+Green+Blue) = 214+194+128=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C280 is #293D7F. Grayscale: #C0C0C0. Windows color (decimal): -2702720 or 8438486. OLE color: 8438486.

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

Color convert

RGB 214 194 128 -
CMYK 0 0.09 0.40 0.16
HSL 46.05º 0.51% 0.67% -
HSV(B) 46.05º 0.4% 0.84% -
XYZ 50.92 54.44 28.25 -
YUV 192.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 214 194 128 0 0.09 0.40 0.16 46.05 0.51 0.67
Hex D6 C2 80 0 9 28 10 2E 33 43
Octal 326 302 200 0 11 50 20 56 63 103
Binary 11010110 11000010 10000000 0 1001 101000 10000 101110 110011 1000011

Color Harmonies of #D6C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C280

Black with #D6C280

Text Example


Text Example

White with #D6C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C280; }

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

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

background-color css

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

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

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

border-color css

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

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

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