#D29E3C

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

Shades of Fuel Yellow #D29E3C

Tints of Fuel Yellow #D29E3C

Color information

#D29E3C (or 0xD29E3C) is unknown color: approx Fuel Yellow. HEX triplet: D2, 9E and 3C. RGB value is (210,158,60). Sum of RGB (Red+Green+Blue) = 210+158+60=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E3C is #2D61C3. Grayscale: #A2A2A2. Windows color (decimal): -2974148 or 3972818. OLE color: 3972818.

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

Color convert

RGB21015860-
CMYK00.250.710.18
HSL39.2º62.5%52.94%-
HSV(B)39.2º71.43%82.35%-
XYZ39.6238.489.61-
YUV162.3870.23161.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.07%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 60 (23.83% from 255) = 14.02%
R=49.07%
G=36.92%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101586000.250.710.1839.262.552.94
HexD29E3C0194712273e35
Octal3222367403110722477665
Binary1101001010011110111100011001100011110010100111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29E3C; }

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

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

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

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

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

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

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

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