#D9BC83

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

Shades of Straw #D9BC83

Tints of Straw #D9BC83

Color information

#D9BC83 (or 0xD9BC83) is unknown color: approx Straw. HEX triplet: D9, BC and 83. RGB value is (217,188,131). Sum of RGB (Red+Green+Blue) = 217+188+131=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC83 is #26437C. Grayscale: #BEBEBE. Windows color (decimal): -2507645 or 8633561. OLE color: 8633561.

HSL color Cylindrical-coordinate representation of color #D9BC83: hue angle of 39.77º 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 #D9BC83 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217188131-
CMYK00.130.400.15
HSL39.77º53.09%68.24%-
HSV(B)39.77º39.63%85.1%-
XYZ50.752.3628.91-
YUV190.1794.61147.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 131 (51.56% from 255) = 24.44%
R=40.49%
G=35.07%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718813100.130.400.1539.7753.0968.24
HexD9BC830D28F283544
Octal33127420301550175065104
Binary1101100110111100100000110110110100011111010001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC83; }

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

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

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

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

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

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

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

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