#D29A3E

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

Shades of Fuel Yellow #D29A3E

Tints of Fuel Yellow #D29A3E

Color information

#D29A3E (or 0xD29A3E) is unknown color: approx Fuel Yellow. HEX triplet: D2, 9A and 3E. RGB value is (210,154,62). Sum of RGB (Red+Green+Blue) = 210+154+62=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29A3E is #2D65C1. Grayscale: #A0A0A0. Windows color (decimal): -2975170 or 4102866. OLE color: 4102866.

HSL color Cylindrical-coordinate representation of color #D29A3E: hue angle of 37.3º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D29A3E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB21015462-
CMYK00.270.700.18
HSL37.3º62.18%53.33%-
HSV(B)37.3º70.48%82.35%-
XYZ3937.169.67-
YUV160.2672.55163.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.30%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 62 (24.61% from 255) = 14.55%
R=49.30%
G=36.15%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101546200.270.700.1837.362.1853.33
HexD29A3E01B4612253e35
Octal3222327603310622457665
Binary1101001010011010111110011011100011010010100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29A3E; }

 p { color: rgb(210,154,62); }

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

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

 a { background-color: rgb(210,154,62); }

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

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

 span { border-color: rgb(210,154,62); }

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