#D29F3C

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

Shades of Fuel Yellow #D29F3C

Tints of Fuel Yellow #D29F3C

Color information

#D29F3C (or 0xD29F3C) is unknown color: approx Fuel Yellow. HEX triplet: D2, 9F and 3C. RGB value is (210,159,60). Sum of RGB (Red+Green+Blue) = 210+159+60=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F3C is #2D60C3. Grayscale: #A3A3A3. Windows color (decimal): -2973892 or 3973074. OLE color: 3973074.

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

Color convert

RGB21015960-
CMYK00.240.710.18
HSL39.6º62.5%52.94%-
HSV(B)39.6º71.43%82.35%-
XYZ39.7938.829.67-
YUV162.9669.9161.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.95%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 60 (23.83% from 255) = 13.99%
R=48.95%
G=37.06%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101596000.240.710.1839.662.552.94
HexD29F3C0184712283e35
Octal3222377403010722507665
Binary1101001010011111111100011000100011110010101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29F3C; }

 p { color: rgb(210,159,60); }

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

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

 a { background-color: rgb(210,159,60); }

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

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

 span { border-color: rgb(210,159,60); }

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