#D5BB88

Color #D5BB88 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #D5BB88

Tints of Straw #D5BB88

Color information

#D5BB88 (or 0xD5BB88) is unknown color: approx Straw. HEX triplet: D5, BB and 88. RGB value is (213,187,136). Sum of RGB (Red+Green+Blue) = 213+187+136=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BB88 is #2A4477. Grayscale: #BDBDBD. Windows color (decimal): -2770040 or 8960981. OLE color: 8960981.

HSL color Cylindrical-coordinate representation of color #D5BB88: hue angle of 39.74º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5BB88 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213187136-
CMYK00.120.360.16
HSL39.74º47.83%68.43%-
HSV(B)39.74º36.15%83.53%-
XYZ49.6551.4630.61-
YUV188.9698.11145.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=39.74%
G=34.89%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318713600.120.360.1639.7447.8368.43
HexD5BB880C2410283044
Octal32527321001444205060104
Binary11010101101110111000100001100100100100001010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB88; }

 p { color: rgb(213,187,136); }

 H1.HeaderClassName
 {
   color: #D5BB88;
 }
 .AnyTagClassName
 {
   color: #D5BB88;
 }
</style>
background-color css

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

 a { background-color: rgb(213,187,136); }

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

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

 span { border-color: rgb(213,187,136); }

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