Html Css Color HEX #D9B880 Straw

📋 copy color: '#D9B880'

red 217 ◦ green 184 ◦ blue 128

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

Shades of Straw #D9B880

Tints of Straw #D9B880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.78%

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

R = 41.02%
G = 34.78%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9B880 (or 0xD9B880) is known color: Straw. HEX triplet: D9, B8 and 80. RGB value is (217,184,128). Sum of RGB (Red+Green+Blue) = 217+184+128=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B880 is #26477F. Grayscale: #BBBBBB. Windows color (decimal): -2508672 or 8435929. OLE color: 8435929.

HSL color Cylindrical-coordinate representation of color #D9B880: hue angle of 37.75º 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 #D9B880 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 184 128 -
CMYK 0 0.15 0.41 0.15
HSL 37.75º 0.54% 0.68% -
HSV(B) 37.75º 0.41% 0.85% -
XYZ 49.65 50.59 27.57 -
YUV 187.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 217 184 128 0 0.15 0.41 0.15 37.75 0.54 0.68
Hex D9 B8 80 0 F 29 F 26 36 44
Octal 331 270 200 0 17 51 17 46 66 104
Binary 11011001 10111000 10000000 0 1111 101001 1111 100110 110110 1000100

Color Harmonies of #D9B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B880

Black with #D9B880

Text Example


Text Example

White with #D9B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B880; }

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

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

background-color css

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

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

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

border-color css

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

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

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