#D4C08E

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

Shades of Straw #D4C08E

Tints of Straw #D4C08E

Color information

#D4C08E (or 0xD4C08E) is unknown color: approx Straw. HEX triplet: D4, C0 and 8E. RGB value is (212,192,142). Sum of RGB (Red+Green+Blue) = 212+192+142=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C08E is #2B3F71. Grayscale: #C0C0C0. Windows color (decimal): -2834290 or 9355476. OLE color: 9355476.

HSL color Cylindrical-coordinate representation of color #D4C08E: hue angle of 42.86º degrees, saturation: 0.45, 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 #D4C08E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB212192142-
CMYK00.090.330.17
HSL42.86º44.87%69.41%-
HSV(B)42.86º33.02%83.14%-
XYZ50.8853.6533.26-
YUV192.2899.63142.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.83%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 142 (55.86% from 255) = 26.01%
R=38.83%
G=35.16%
B=26.01%

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
Decimal21219214200.090.330.1742.8644.8769.41
HexD4C08E0921112b2d45
Octal32430021601141215355105
Binary11010100110000001000111001001100001100011010111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C08E; }

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

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

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

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

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

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

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

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