#D5993B

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

Shades of Fuel Yellow #D5993B

Tints of Fuel Yellow #D5993B

Color information

#D5993B (or 0xD5993B) is unknown color: approx Fuel Yellow. HEX triplet: D5, 99 and 3B. RGB value is (213,153,59). Sum of RGB (Red+Green+Blue) = 213+153+59=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5993B is #2A66C4. Grayscale: #A0A0A0. Windows color (decimal): -2778821 or 3906005. OLE color: 3906005.

HSL color Cylindrical-coordinate representation of color #D5993B: hue angle of 36.62º 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 #D5993B is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB21315359-
CMYK00.280.720.16
HSL36.62º64.71%53.33%-
HSV(B)36.62º72.3%83.53%-
XYZ39.6237.249.24-
YUV160.2270.88165.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=50.12%
G=36%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131535900.280.720.1636.6264.7153.33
HexD5993B01C4810254135
Octal32523173034110204510165
Binary11010101100110011110110111001001000100001001011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5993B; }

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

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

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

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

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

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

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

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