#D9C07A

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

Shades of Straw #D9C07A

Tints of Straw #D9C07A

Color information

#D9C07A (or 0xD9C07A) is unknown color: approx Straw. HEX triplet: D9, C0 and 7A. RGB value is (217,192,122). Sum of RGB (Red+Green+Blue) = 217+192+122=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C07A is #263F85. Grayscale: #BFBFBF. Windows color (decimal): -2506630 or 8044761. OLE color: 8044761.

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

Color convert

RGB217192122-
CMYK00.120.440.15
HSL44.21º55.56%66.47%-
HSV(B)44.21º43.78%85.1%-
XYZ50.9853.8626.12-
YUV191.588.78146.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 192 (75.39% from 255) = 36.16%
BLUE value IS 122 (48.05% from 255) = 22.98%
R=40.87%
G=36.16%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719212200.120.440.1544.2155.5666.47
HexD9C07A0C2CF2c3842
Octal33130017201454175470102
Binary110110011100000011110100110010110011111011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C07A; }

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

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

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

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

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

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

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

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