#D49230

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

Shades of Fuel Yellow #D49230

Tints of Fuel Yellow #D49230

Color information

#D49230 (or 0xD49230) is unknown color: approx Fuel Yellow. HEX triplet: D4, 92 and 30. RGB value is (212,146,48). Sum of RGB (Red+Green+Blue) = 212+146+48=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D49230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49230 is #2B6DCF. Grayscale: #9B9B9B. Windows color (decimal): -2846160 or 3183316. OLE color: 3183316.

HSL color Cylindrical-coordinate representation of color #D49230: hue angle of 35.85º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49230 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB21214648-
CMYK00.310.770.17
HSL35.85º65.6%50.98%-
HSV(B)35.85º77.36%83.14%-
XYZ37.9634.777.51-
YUV154.5667.87168.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.22%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 48 (19.14% from 255) = 11.82%
R=52.22%
G=35.96%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121464800.310.770.1735.8565.650.98
HexD4923001F4D11244233
Octal32422260037115214410263
Binary11010100100100101100000111111001101100011001001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49230; }

 p { color: rgb(212,146,48); }

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

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

 a { background-color: rgb(212,146,48); }

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

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

 span { border-color: rgb(212,146,48); }

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