Html Css Color HEX #D1C280 Winter Hazel

📋 copy color: '#D1C280'

red 209 ◦ green 194 ◦ blue 128

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

Shades of Winter Hazel #D1C280

Tints of Winter Hazel #D1C280

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

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

R = 39.36%
G = 36.53%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1C280 (or 0xD1C280) is known color: Winter Hazel. HEX triplet: D1, C2 and 80. RGB value is (209,194,128). Sum of RGB (Red+Green+Blue) = 209+194+128=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C280 is #2E3D7F. Grayscale: #BFBFBF. Windows color (decimal): -3030400 or 8438481. OLE color: 8438481.

HSL color Cylindrical-coordinate representation of color #D1C280: hue angle of 48.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1C280 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 194 128 -
CMYK 0 0.07 0.39 0.18
HSL 48.89º 0.47% 0.66% -
HSV(B) 48.89º 0.39% 0.82% -
XYZ 49.48 53.7 28.18 -
YUV 190.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 209 194 128 0 0.07 0.39 0.18 48.89 0.47 0.66
Hex D1 C2 80 0 7 27 12 31 2F 42
Octal 321 302 200 0 7 47 22 61 57 102
Binary 11010001 11000010 10000000 0 111 100111 10010 110001 101111 1000010

Color Harmonies of #D1C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C280

Black with #D1C280

Text Example


Text Example

White with #D1C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C280; }

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

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

background-color css

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

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

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

border-color css

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

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

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