Html Css Color HEX #D3C880 Winter Hazel

📋 copy color: '#D3C880'

red 211 ◦ green 200 ◦ blue 128

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

Shades of Winter Hazel #D3C880

Tints of Winter Hazel #D3C880

RGB

 RED value IS 211 (82.81% from 255) = 39.15%

 GREEN value IS 200 (78.52% from 255) = 37.11%

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

R = 39.15%
G = 37.11%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D3C880 (or 0xD3C880) is known color: Winter Hazel. HEX triplet: D3, C8 and 80. RGB value is (211,200,128). Sum of RGB (Red+Green+Blue) = 211+200+128=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C880 is #2C377F. Grayscale: #C3C3C3. Windows color (decimal): -2897792 or 8440019. OLE color: 8440019.

HSL color Cylindrical-coordinate representation of color #D3C880: hue angle of 52.05º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3C880 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 200 128 -
CMYK 0 0.05 0.39 0.17
HSL 52.05º 0.49% 0.66% -
HSV(B) 52.05º 0.39% 0.83% -
XYZ 51.41 56.72 28.66 -
YUV 195.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 211 200 128 0 0.05 0.39 0.17 52.05 0.49 0.66
Hex D3 C8 80 0 5 27 11 34 31 42
Octal 323 310 200 0 5 47 21 64 61 102
Binary 11010011 11001000 10000000 0 101 100111 10001 110100 110001 1000010

Color Harmonies of #D3C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C880

Black with #D3C880

Text Example


Text Example

White with #D3C880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C880; }

 p { color: rgb(211,200,128); }

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

background-color css

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

 a { background-color: rgb(211,200,128); }

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

border-color css

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

 span { border-color: rgb(211,200,128); }

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