#D5983B

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

Shades of Fuel Yellow #D5983B

Tints of Fuel Yellow #D5983B

Color information

#D5983B (or 0xD5983B) is unknown color: approx Fuel Yellow. HEX triplet: D5, 98 and 3B. RGB value is (213,152,59). Sum of RGB (Red+Green+Blue) = 213+152+59=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5983B is #2A67C4. Grayscale: #A0A0A0. Windows color (decimal): -2779077 or 3905749. OLE color: 3905749.

HSL color Cylindrical-coordinate representation of color #D5983B: hue angle of 36.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5983B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21315259-
CMYK00.290.720.16
HSL36.23º64.71%53.33%-
HSV(B)36.23º72.3%83.53%-
XYZ39.4636.929.18-
YUV159.6471.21166.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 59 (23.44% from 255) = 13.92%
R=50.24%
G=35.85%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131525900.290.720.1636.2364.7153.33
HexD5983B01D4810244135
Octal32523073035110204410165
Binary11010101100110001110110111011001000100001001001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5983B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5983B; }

 p { color: rgb(213,152,59); }

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

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

 a { background-color: rgb(213,152,59); }

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

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

 span { border-color: rgb(213,152,59); }

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