#D4C18E

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

Shades of Straw #D4C18E

Tints of Straw #D4C18E

Color information

#D4C18E (or 0xD4C18E) is unknown color: approx Straw. HEX triplet: D4, C1 and 8E. RGB value is (212,193,142). Sum of RGB (Red+Green+Blue) = 212+193+142=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C18E is #2B3E71. Grayscale: #C1C1C1. Windows color (decimal): -2834034 or 9355732. OLE color: 9355732.

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

Color convert

RGB212193142-
CMYK00.090.330.17
HSL43.71º44.87%69.41%-
HSV(B)43.71º33.02%83.14%-
XYZ51.154.0933.34-
YUV192.8799.29141.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=38.76%
G=35.28%
B=25.96%

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
Decimal21219314200.090.330.1743.7144.8769.41
HexD4C18E0921112c2d45
Octal32430121601141215455105
Binary11010100110000011000111001001100001100011011001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C18E; }

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

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

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

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

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

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

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

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