#D9BB7A

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

Shades of Straw #D9BB7A

Tints of Straw #D9BB7A

Color information

#D9BB7A (or 0xD9BB7A) is unknown color: approx Straw. HEX triplet: D9, BB and 7A. RGB value is (217,187,122). Sum of RGB (Red+Green+Blue) = 217+187+122=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BB7A is #264485. Grayscale: #BCBCBC. Windows color (decimal): -2507910 or 8043481. OLE color: 8043481.

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

Color convert

RGB217187122-
CMYK00.140.440.15
HSL41.05º55.56%66.47%-
HSV(B)41.05º43.78%85.1%-
XYZ49.951.725.76-
YUV188.5690.44148.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.25%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 122 (48.05% from 255) = 23.19%
R=41.25%
G=35.55%
B=23.19%

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
Decimal21718712200.140.440.1541.0555.5666.47
HexD9BB7A0E2CF293842
Octal33127317201654175170102
Binary110110011011101111110100111010110011111010011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB7A; }

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

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

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

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

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

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

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

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