#D19A3A

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

Shades of Fuel Yellow #D19A3A

Tints of Fuel Yellow #D19A3A

Color information

#D19A3A (or 0xD19A3A) is unknown color: approx Fuel Yellow. HEX triplet: D1, 9A and 3A. RGB value is (209,154,58). Sum of RGB (Red+Green+Blue) = 209+154+58=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19A3A is #2E65C5. Grayscale: #9F9F9F. Windows color (decimal): -3040710 or 3840721. OLE color: 3840721.

HSL color Cylindrical-coordinate representation of color #D19A3A: hue angle of 38.15º 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 #D19A3A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20915458-
CMYK00.260.720.18
HSL38.15º62.14%52.35%-
HSV(B)38.15º72.25%81.96%-
XYZ38.6136.979.1-
YUV159.570.72163.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 154 (60.55% from 255) = 36.58%
BLUE value IS 58 (23.05% from 255) = 13.78%
R=49.64%
G=36.58%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091545800.260.720.1838.1562.1452.35
HexD19A3A01A4812263e34
Octal3212327203211022467664
Binary1101000110011010111010011010100100010010100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A3A; }

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

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

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

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

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

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

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

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