#D8BA81

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

Shades of Straw #D8BA81

Tints of Straw #D8BA81

Color information

#D8BA81 (or 0xD8BA81) is unknown color: approx Straw. HEX triplet: D8, BA and 81. RGB value is (216,186,129). Sum of RGB (Red+Green+Blue) = 216+186+129=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA81 is #27457E. Grayscale: #BCBCBC. Windows color (decimal): -2573695 or 8501976. OLE color: 8501976.

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

Color convert

RGB216186129-
CMYK00.140.400.15
HSL39.31º52.73%67.65%-
HSV(B)39.31º40.28%84.71%-
XYZ49.8451.328.04-
YUV188.4794.44147.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=40.68%
G=35.03%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618612900.140.400.1539.3152.7367.65
HexD8BA810E28F273544
Octal33027220101650174765104
Binary1101100010111010100000010111010100011111001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA81; }

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

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

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

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

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

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

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

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