#D5BA88

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

Shades of Straw #D5BA88

Tints of Straw #D5BA88

Color information

#D5BA88 (or 0xD5BA88) is unknown color: approx Straw. HEX triplet: D5, BA and 88. RGB value is (213,186,136). Sum of RGB (Red+Green+Blue) = 213+186+136=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA88 is #2A4577. Grayscale: #BCBCBC. Windows color (decimal): -2770296 or 8960725. OLE color: 8960725.

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

Color convert

RGB213186136-
CMYK00.130.360.16
HSL38.96º47.83%68.43%-
HSV(B)38.96º36.15%83.53%-
XYZ49.4451.0430.54-
YUV188.3798.45145.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=39.81%
G=34.77%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318613600.130.360.1638.9647.8368.43
HexD5BA880D2410273044
Octal32527221001544204760104
Binary11010101101110101000100001101100100100001001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA88; }

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

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

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

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

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

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

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

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