#D3963F

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

Shades of Fuel Yellow #D3963F

Tints of Fuel Yellow #D3963F

Color information

#D3963F (or 0xD3963F) is unknown color: approx Fuel Yellow. HEX triplet: D3, 96 and 3F. RGB value is (211,150,63). Sum of RGB (Red+Green+Blue) = 211+150+63=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3963F is #2C69C0. Grayscale: #9E9E9E. Windows color (decimal): -2910657 or 4167379. OLE color: 4167379.

HSL color Cylindrical-coordinate representation of color #D3963F: hue angle of 35.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3963F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB21115063-
CMYK00.290.700.17
HSL35.27º62.71%53.73%-
HSV(B)35.27º70.14%82.75%-
XYZ38.6736.029.62-
YUV158.3274.21165.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.76%
GREEN value IS 150 (58.98% from 255) = 35.38%
BLUE value IS 63 (25% from 255) = 14.86%
R=49.76%
G=35.38%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111506300.290.700.1735.2762.7153.73
HexD3963F01D4611233f36
Octal3232267703510621437766
Binary1101001110010110111111011101100011010001100011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3963F; }

 p { color: rgb(211,150,63); }

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

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

 a { background-color: rgb(211,150,63); }

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

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

 span { border-color: rgb(211,150,63); }

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