#D4C191

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

Shades of Straw #D4C191

Tints of Straw #D4C191

Color information

#D4C191 (or 0xD4C191) is unknown color: approx Straw. HEX triplet: D4, C1 and 91. RGB value is (212,193,145). Sum of RGB (Red+Green+Blue) = 212+193+145=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C191 is #2B3E6E. Grayscale: #C1C1C1. Windows color (decimal): -2834031 or 9552340. OLE color: 9552340.

HSL color Cylindrical-coordinate representation of color #D4C191: hue angle of 42.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4C191 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212193145-
CMYK00.090.320.17
HSL42.99º43.79%70%-
HSV(B)42.99º31.6%83.14%-
XYZ51.3354.1834.54-
YUV193.21100.79141.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.55%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 145 (57.03% from 255) = 26.36%
R=38.55%
G=35.09%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219314500.090.320.1742.9943.7970
HexD4C1910920112b2c46
Octal32430122101140215354106
Binary11010100110000011001000101001100000100011010111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C191; }

 p { color: rgb(212,193,145); }

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

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

 a { background-color: rgb(212,193,145); }

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

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

 span { border-color: rgb(212,193,145); }

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