#D5BC84

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

Shades of Straw #D5BC84

Tints of Straw #D5BC84

Color information

#D5BC84 (or 0xD5BC84) is unknown color: approx Straw. HEX triplet: D5, BC and 84. RGB value is (213,188,132). Sum of RGB (Red+Green+Blue) = 213+188+132=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC84 is #2A437B. Grayscale: #BDBDBD. Windows color (decimal): -2769788 or 8699093. OLE color: 8699093.

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

Color convert

RGB213188132-
CMYK00.120.380.16
HSL41.48º49.09%67.65%-
HSV(B)41.48º38.03%83.53%-
XYZ49.5951.7829.21-
YUV189.0995.78145.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 188 (73.83% from 255) = 35.27%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=39.96%
G=35.27%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318813200.120.380.1641.4849.0967.65
HexD5BC840C2610293144
Octal32527420401446205161104
Binary11010101101111001000010001100100110100001010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC84; }

 p { color: rgb(213,188,132); }

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

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

 a { background-color: rgb(213,188,132); }

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

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

 span { border-color: rgb(213,188,132); }

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