Html Css Color HEX #D9B780 Straw

📋 copy color: '#D9B780'

red 217 ◦ green 183 ◦ blue 128

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

Shades of Straw #D9B780

Tints of Straw #D9B780

RGB

 RED value IS 217 (85.16% from 255) = 41.1%

 GREEN value IS 183 (71.88% from 255) = 34.66%

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

R = 41.1%
G = 34.66%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9B780 (or 0xD9B780) is known color: Straw. HEX triplet: D9, B7 and 80. RGB value is (217,183,128). Sum of RGB (Red+Green+Blue) = 217+183+128=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B780 is #26487F. Grayscale: #BBBBBB. Windows color (decimal): -2508928 or 8435673. OLE color: 8435673.

HSL color Cylindrical-coordinate representation of color #D9B780: hue angle of 37.08º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9B780 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 183 128 -
CMYK 0 0.16 0.41 0.15
HSL 37.08º 0.54% 0.68% -
HSV(B) 37.08º 0.41% 0.85% -
XYZ 49.45 50.18 27.5 -
YUV 186.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 217 183 128 0 0.16 0.41 0.15 37.08 0.54 0.68
Hex D9 B7 80 0 10 29 F 25 36 44
Octal 331 267 200 0 20 51 17 45 66 104
Binary 11011001 10110111 10000000 0 10000 101001 1111 100101 110110 1000100

Color Harmonies of #D9B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B780

Black with #D9B780

Text Example


Text Example

White with #D9B780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B780; }

 p { color: rgb(217,183,128); }

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

background-color css

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

 a { background-color: rgb(217,183,128); }

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

border-color css

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

 span { border-color: rgb(217,183,128); }

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