#D58F34

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

Shades of Fuel Yellow #D58F34

Tints of Fuel Yellow #D58F34

Color information

#D58F34 (or 0xD58F34) is unknown color: approx Fuel Yellow. HEX triplet: D5, 8F and 34. RGB value is (213,143,52). Sum of RGB (Red+Green+Blue) = 213+143+52=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F34 is #2A70CB. Grayscale: #999999. Windows color (decimal): -2781388 or 3444693. OLE color: 3444693.

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

Color convert

RGB21314352-
CMYK00.330.760.16
HSL33.91º65.71%51.96%-
HSV(B)33.91º75.59%83.53%-
XYZ37.8834.047.82-
YUV153.5670.69170.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.21%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 52 (20.70% from 255) = 12.75%
R=52.21%
G=35.05%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131435200.330.760.1633.9165.7151.96
HexD58F340214C10224234
Octal32521764041114204210264
Binary110101011000111111010001000011001100100001000101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F34; }

 p { color: rgb(213,143,52); }

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

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

 a { background-color: rgb(213,143,52); }

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

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

 span { border-color: rgb(213,143,52); }

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