#D9BA79

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

Shades of Straw #D9BA79

Tints of Straw #D9BA79

Color information

#D9BA79 (or 0xD9BA79) is unknown color: approx Straw. HEX triplet: D9, BA and 79. RGB value is (217,186,121). Sum of RGB (Red+Green+Blue) = 217+186+121=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA79 is #264586. Grayscale: #BCBCBC. Windows color (decimal): -2508167 or 7977689. OLE color: 7977689.

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

Color convert

RGB217186121-
CMYK00.140.440.15
HSL40.62º55.81%66.27%-
HSV(B)40.62º44.24%85.1%-
XYZ49.6351.2525.37-
YUV187.8690.27148.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=41.41%
G=35.50%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718612100.140.440.1540.6255.8166.27
HexD9BA790E2CF293842
Octal33127217101654175170102
Binary110110011011101011110010111010110011111010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA79; }

 p { color: rgb(217,186,121); }

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

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

 a { background-color: rgb(217,186,121); }

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

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

 span { border-color: rgb(217,186,121); }

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