#D8BA84

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

Shades of Straw #D8BA84

Tints of Straw #D8BA84

Color information

#D8BA84 (or 0xD8BA84) is unknown color: approx Straw. HEX triplet: D8, BA and 84. RGB value is (216,186,132). Sum of RGB (Red+Green+Blue) = 216+186+132=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA84 is #27457B. Grayscale: #BDBDBD. Windows color (decimal): -2573692 or 8698584. OLE color: 8698584.

HSL color Cylindrical-coordinate representation of color #D8BA84: hue angle of 38.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8BA84 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB216186132-
CMYK00.140.390.15
HSL38.57º51.85%68.24%-
HSV(B)38.57º38.89%84.71%-
XYZ50.0451.3829.11-
YUV188.8195.94147.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=40.45%
G=34.83%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618613200.140.390.1538.5751.8568.24
HexD8BA840E27F273444
Octal33027220401647174764104
Binary1101100010111010100001000111010011111111001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA84; }

 p { color: rgb(216,186,132); }

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

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

 a { background-color: rgb(216,186,132); }

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

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

 span { border-color: rgb(216,186,132); }

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