#d58d3a

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

Shades of Fuel Yellow #D58D3A

Tints of Fuel Yellow #D58D3A

Color information

#D58D3A (or 0xD58D3A) is unknown color: approx Fuel Yellow. HEX triplet: D5, 8D and 3A. RGB value is (213,141,58). Sum of RGB (Red+Green+Blue) = 213+141+58=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D3A is #2A72C5. Grayscale: #999999. Windows color (decimal): -2781894 or 3837397. OLE color: 3837397.

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

Color convert

RGB21314158-
CMYK00.340.730.16
HSL32.13º64.85%53.14%-
HSV(B)32.13º72.77%83.53%-
XYZ37.7333.58.48-
YUV153.0774.35170.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.70%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 58 (23.05% from 255) = 14.08%
R=51.70%
G=34.22%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131415800.340.730.1632.1364.8553.14
HexD58D3A0224910204135
Octal32521572042111204010165
Binary110101011000110111101001000101001001100001000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58d3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58d3a; }

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

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

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

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

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

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

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

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