#D58D35

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

Shades of Fuel Yellow #D58D35

Tints of Fuel Yellow #D58D35

Color information

#D58D35 (or 0xD58D35) is unknown color: approx Fuel Yellow. HEX triplet: D5, 8D and 35. RGB value is (213,141,53). Sum of RGB (Red+Green+Blue) = 213+141+53=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D35 is #2A72CA. Grayscale: #989898. Windows color (decimal): -2781899 or 3509717. OLE color: 3509717.

HSL color Cylindrical-coordinate representation of color #D58D35: hue angle of 33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D58D35 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21314153-
CMYK00.340.750.16
HSL33º65.57%52.16%-
HSV(B)33º75.12%83.53%-
XYZ37.6133.457.84-
YUV152.571.85171.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.33%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=52.33%
G=34.64%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131415300.340.750.163365.5752.16
HexD58D350224B10214234
Octal32521565042113204110264
Binary110101011000110111010101000101001011100001000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58D35; }

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

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

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

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

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

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

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

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