#D5BC85

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

Shades of Straw #D5BC85

Tints of Straw #D5BC85

Color information

#D5BC85 (or 0xD5BC85) is unknown color: approx Straw. HEX triplet: D5, BC and 85. RGB value is (213,188,133). Sum of RGB (Red+Green+Blue) = 213+188+133=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BC85 is #2A437A. Grayscale: #BDBDBD. Windows color (decimal): -2769787 or 8764629. OLE color: 8764629.

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

Color convert

RGB213188133-
CMYK00.120.380.16
HSL41.25º48.78%67.84%-
HSV(B)41.25º37.56%83.53%-
XYZ49.6651.8129.57-
YUV189.296.28144.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=39.89%
G=35.21%
B=24.91%

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
Decimal21318813300.120.380.1641.2548.7867.84
HexD5BC850C2610293144
Octal32527420501446205161104
Binary11010101101111001000010101100100110100001010011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BC85; }

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

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

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

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

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

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

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

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