Html Css Color HEX #D8BB80 Straw

📋 copy color: '#D8BB80'

red 216 ◦ green 187 ◦ blue 128

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

Shades of Straw #D8BB80

Tints of Straw #D8BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.22%

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

R = 40.68%
G = 35.22%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8BB80 (or 0xD8BB80) is known color: Straw. HEX triplet: D8, BB and 80. RGB value is (216,187,128). Sum of RGB (Red+Green+Blue) = 216+187+128=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB80 is #27447F. Grayscale: #BDBDBD. Windows color (decimal): -2573440 or 8436696. OLE color: 8436696.

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

Color convert

RGB 216 187 128 -
CMYK 0 0.13 0.41 0.15
HSL 40.23º 0.53% 0.67% -
HSV(B) 40.23º 0.41% 0.85% -
XYZ 49.99 51.7 27.77 -
YUV 188.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 216 187 128 0 0.13 0.41 0.15 40.23 0.53 0.67
Hex D8 BB 80 0 D 29 F 28 35 43
Octal 330 273 200 0 15 51 17 50 65 103
Binary 11011000 10111011 10000000 0 1101 101001 1111 101000 110101 1000011

Color Harmonies of #D8BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BB80

Black with #D8BB80

Text Example


Text Example

White with #D8BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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