#D8BA7B

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

Shades of Straw #D8BA7B

Tints of Straw #D8BA7B

Color information

#D8BA7B (or 0xD8BA7B) is unknown color: approx Straw. HEX triplet: D8, BA and 7B. RGB value is (216,186,123). Sum of RGB (Red+Green+Blue) = 216+186+123=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA7B is #274584. Grayscale: #BCBCBC. Windows color (decimal): -2573701 or 8108760. OLE color: 8108760.

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

Color convert

RGB216186123-
CMYK00.140.430.15
HSL40.65º54.39%66.47%-
HSV(B)40.65º43.06%84.71%-
XYZ49.4551.1526-
YUV187.7991.44148.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=41.14%
G=35.43%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618612300.140.430.1540.6554.3966.47
HexD8BA7B0E2BF293642
Octal33027217301653175166102
Binary110110001011101011110110111010101111111010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA7B; }

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

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

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

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

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

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

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

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