#D9BC81

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

Shades of Straw #D9BC81

Tints of Straw #D9BC81

Color information

#D9BC81 (or 0xD9BC81) is unknown color: approx Straw. HEX triplet: D9, BC and 81. RGB value is (217,188,129). Sum of RGB (Red+Green+Blue) = 217+188+129=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 129 (50.78% from 255 or 24.16% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC81 is #26437E. Grayscale: #BEBEBE. Windows color (decimal): -2507647 or 8502489. OLE color: 8502489.

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

Color convert

RGB217188129-
CMYK00.130.410.15
HSL40.23º53.66%67.84%-
HSV(B)40.23º40.55%85.1%-
XYZ50.5652.328.2-
YUV189.9493.61147.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 129 (50.78% from 255) = 24.16%
R=40.64%
G=35.21%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718812900.130.410.1540.2353.6667.84
HexD9BC810D29F283644
Octal33127420101551175066104
Binary1101100110111100100000010110110100111111010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC81; }

 p { color: rgb(217,188,129); }

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

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

 a { background-color: rgb(217,188,129); }

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

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

 span { border-color: rgb(217,188,129); }

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