#D58A35

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

Shades of Fuel Yellow #D58A35

Tints of Fuel Yellow #D58A35

Color information

#D58A35 (or 0xD58A35) is unknown color: approx Fuel Yellow. HEX triplet: D5, 8A and 35. RGB value is (213,138,53). Sum of RGB (Red+Green+Blue) = 213+138+53=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 53 (21.09% from 255 or 13.12% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A35 is #2A75CA. Grayscale: #979797. Windows color (decimal): -2782667 or 3508949. OLE color: 3508949.

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

Color convert

RGB21313853-
CMYK00.350.750.16
HSL31.88º65.57%52.16%-
HSV(B)31.88º75.12%83.53%-
XYZ37.1732.587.7-
YUV150.7372.85172.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 138 (54.30% from 255) = 34.16%
BLUE value IS 53 (21.09% from 255) = 13.12%
R=52.72%
G=34.16%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131385300.350.750.1631.8865.5752.16
HexD58A350234B10204234
Octal32521265043113204010264
Binary110101011000101011010101000111001011100001000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A35; }

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

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

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

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

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

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

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

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