#D3C08E

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

Shades of Straw #D3C08E

Tints of Straw #D3C08E

Color information

#D3C08E (or 0xD3C08E) is unknown color: approx Straw. HEX triplet: D3, C0 and 8E. RGB value is (211,192,142). Sum of RGB (Red+Green+Blue) = 211+192+142=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3C08E is #2C3F71. Grayscale: #C0C0C0. Windows color (decimal): -2899826 or 9355475. OLE color: 9355475.

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

Color convert

RGB211192142-
CMYK00.090.330.17
HSL43.48º43.95%69.22%-
HSV(B)43.48º32.7%82.75%-
XYZ50.653.533.25-
YUV191.9899.79141.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.72%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=38.72%
G=35.23%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119214200.090.330.1743.4843.9569.22
HexD3C08E0921112b2c45
Octal32330021601141215354105
Binary11010011110000001000111001001100001100011010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C08E; }

 p { color: rgb(211,192,142); }

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

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

 a { background-color: rgb(211,192,142); }

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

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

 span { border-color: rgb(211,192,142); }

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