#D9BD7D

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

Shades of Straw #D9BD7D

Tints of Straw #D9BD7D

Color information

#D9BD7D (or 0xD9BD7D) is unknown color: approx Straw. HEX triplet: D9, BD and 7D. RGB value is (217,189,125). Sum of RGB (Red+Green+Blue) = 217+189+125=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD7D is #264282. Grayscale: #BEBEBE. Windows color (decimal): -2507395 or 8240601. OLE color: 8240601.

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

Color convert

RGB217189125-
CMYK00.130.420.15
HSL41.74º54.76%67.06%-
HSV(B)41.74º42.4%85.1%-
XYZ50.5152.6326.9-
YUV190.0891.28147.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=40.87%
G=35.59%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718912500.130.420.1541.7454.7667.06
HexD9BD7D0D2AF2a3743
Octal33127517501552175267103
Binary110110011011110111111010110110101011111010101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD7D; }

 p { color: rgb(217,189,125); }

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

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

 a { background-color: rgb(217,189,125); }

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

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

 span { border-color: rgb(217,189,125); }

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