#D9BA7A

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

Shades of Straw #D9BA7A

Tints of Straw #D9BA7A

Color information

#D9BA7A (or 0xD9BA7A) is unknown color: approx Straw. HEX triplet: D9, BA and 7A. RGB value is (217,186,122). Sum of RGB (Red+Green+Blue) = 217+186+122=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7A is #264585. Grayscale: #BCBCBC. Windows color (decimal): -2508166 or 8043225. OLE color: 8043225.

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

Color convert

RGB217186122-
CMYK00.140.440.15
HSL40.42º55.56%66.47%-
HSV(B)40.42º43.78%85.1%-
XYZ49.6951.2725.69-
YUV187.9790.77148.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 122 (48.05% from 255) = 23.24%
R=41.33%
G=35.43%
B=23.24%

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
Decimal21718612200.140.440.1540.4255.5666.47
HexD9BA7A0E2CF283842
Octal33127217201654175070102
Binary110110011011101011110100111010110011111010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA7A; }

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

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

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

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

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

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

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

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