Html Css Color HEX #D8B880 Straw

📋 copy color: '#D8B880'

red 216 ◦ green 184 ◦ blue 128

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

Shades of Straw #D8B880

Tints of Straw #D8B880

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

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

R = 40.91%
G = 34.85%
B = 24.24%

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

#D8B880 (or 0xD8B880) is known color: Straw. HEX triplet: D8, B8 and 80. RGB value is (216,184,128). Sum of RGB (Red+Green+Blue) = 216+184+128=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B880 is #27477F. Grayscale: #BBBBBB. Windows color (decimal): -2574208 or 8435928. OLE color: 8435928.

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

Color convert

RGB 216 184 128 -
CMYK 0 0.15 0.41 0.15
HSL 38.18º 0.53% 0.67% -
HSV(B) 38.18º 0.41% 0.85% -
XYZ 49.36 50.44 27.56 -
YUV 187.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 216 184 128 0 0.15 0.41 0.15 38.18 0.53 0.67
Hex D8 B8 80 0 F 29 F 26 35 43
Octal 330 270 200 0 17 51 17 46 65 103
Binary 11011000 10111000 10000000 0 1111 101001 1111 100110 110101 1000011

Color Harmonies of #D8B880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B880

Black with #D8B880

Text Example


Text Example

White with #D8B880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B880; }

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

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

background-color css

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

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

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

border-color css

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

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

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