#D29430

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

Shades of Fuel Yellow #D29430

Tints of Fuel Yellow #D29430

Color information

#D29430 (or 0xD29430) is unknown color: approx Fuel Yellow. HEX triplet: D2, 94 and 30. RGB value is (210,148,48). Sum of RGB (Red+Green+Blue) = 210+148+48=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D29430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29430 is #2D6BCF. Grayscale: #9B9B9B. Windows color (decimal): -2976720 or 3183826. OLE color: 3183826.

HSL color Cylindrical-coordinate representation of color #D29430: hue angle of 37.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D29430 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB21014848-
CMYK00.300.770.18
HSL37.04º64.29%50.59%-
HSV(B)37.04º77.14%82.35%-
XYZ37.735.097.58-
YUV155.1467.54167.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.72%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 48 (19.14% from 255) = 11.82%
R=51.72%
G=36.45%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101484800.300.770.1837.0464.2950.59
HexD2943001E4D12254033
Octal32222460036115224510063
Binary11010010100101001100000111101001101100101001011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29430; }

 p { color: rgb(210,148,48); }

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

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

 a { background-color: rgb(210,148,48); }

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

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

 span { border-color: rgb(210,148,48); }

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