#D5933A

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

Shades of Fuel Yellow #D5933A

Tints of Fuel Yellow #D5933A

Color information

#D5933A (or 0xD5933A) is unknown color: approx Fuel Yellow. HEX triplet: D5, 93 and 3A. RGB value is (213,147,58). Sum of RGB (Red+Green+Blue) = 213+147+58=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D5933A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5933A is #2A6CC5. Grayscale: #9D9D9D. Windows color (decimal): -2780358 or 3838933. OLE color: 3838933.

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

Color convert

RGB21314758-
CMYK00.310.730.16
HSL34.45º64.85%53.14%-
HSV(B)34.45º72.77%83.53%-
XYZ38.6435.328.78-
YUV156.5972.37168.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 147 (57.81% from 255) = 35.17%
BLUE value IS 58 (23.05% from 255) = 13.88%
R=50.96%
G=35.17%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131475800.310.730.1634.4564.8553.14
HexD5933A01F4910224135
Octal32522372037111204210165
Binary11010101100100111110100111111001001100001000101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5933A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5933A; }

 p { color: rgb(213,147,58); }

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

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

 a { background-color: rgb(213,147,58); }

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

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

 span { border-color: rgb(213,147,58); }

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