#D7C091

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

Shades of Straw #D7C091

Tints of Straw #D7C091

Color information

#D7C091 (or 0xD7C091) is unknown color: approx Straw. HEX triplet: D7, C0 and 91. RGB value is (215,192,145). Sum of RGB (Red+Green+Blue) = 215+192+145=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C091 is #283F6E. Grayscale: #C1C1C1. Windows color (decimal): -2637679 or 9552087. OLE color: 9552087.

HSL color Cylindrical-coordinate representation of color #D7C091: hue angle of 40.29º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7C091 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215192145-
CMYK00.110.330.16
HSL40.29º46.67%70.59%-
HSV(B)40.29º32.56%84.31%-
XYZ51.9854.1934.51-
YUV193.52100.62143.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=38.95%
G=34.78%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519214500.110.330.1640.2946.6770.59
HexD7C0910B2110282f47
Octal32730022101341205057107
Binary11010111110000001001000101011100001100001010001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C091; }

 p { color: rgb(215,192,145); }

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

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

 a { background-color: rgb(215,192,145); }

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

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

 span { border-color: rgb(215,192,145); }

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