#D19C3A

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

Shades of Fuel Yellow #D19C3A

Tints of Fuel Yellow #D19C3A

Color information

#D19C3A (or 0xD19C3A) is unknown color: approx Fuel Yellow. HEX triplet: D1, 9C and 3A. RGB value is (209,156,58). Sum of RGB (Red+Green+Blue) = 209+156+58=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19C3A is #2E63C5. Grayscale: #A1A1A1. Windows color (decimal): -3040198 or 3841233. OLE color: 3841233.

HSL color Cylindrical-coordinate representation of color #D19C3A: hue angle of 38.94º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D19C3A is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20915658-
CMYK00.250.720.18
HSL38.94º62.14%52.35%-
HSV(B)38.94º72.25%81.96%-
XYZ38.9537.649.22-
YUV160.6770.06162.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.41%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 58 (23.05% from 255) = 13.71%
R=49.41%
G=36.88%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091565800.250.720.1838.9462.1452.35
HexD19C3A0194812273e34
Octal3212347203111022477664
Binary1101000110011100111010011001100100010010100111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C3A; }

 p { color: rgb(209,156,58); }

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

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

 a { background-color: rgb(209,156,58); }

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

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

 span { border-color: rgb(209,156,58); }

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