#D4BB86

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

Shades of Straw #D4BB86

Tints of Straw #D4BB86

Color information

#D4BB86 (or 0xD4BB86) is unknown color: approx Straw. HEX triplet: D4, BB and 86. RGB value is (212,187,134). Sum of RGB (Red+Green+Blue) = 212+187+134=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB86 is #2B4479. Grayscale: #BCBCBC. Windows color (decimal): -2835578 or 8829908. OLE color: 8829908.

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

Color convert

RGB212187134-
CMYK00.120.370.17
HSL40.77º47.56%67.84%-
HSV(B)40.77º36.79%83.14%-
XYZ49.2251.2629.85-
YUV188.4397.28144.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=39.77%
G=35.08%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218713400.120.370.1740.7747.5667.84
HexD4BB860C2511293044
Octal32427320601445215160104
Binary11010100101110111000011001100100101100011010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BB86; }

 p { color: rgb(212,187,134); }

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

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

 a { background-color: rgb(212,187,134); }

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

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

 span { border-color: rgb(212,187,134); }

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