#D58F3D

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

Shades of Fuel Yellow #D58F3D

Tints of Fuel Yellow #D58F3D

Color information

#D58F3D (or 0xD58F3D) is unknown color: approx Fuel Yellow. HEX triplet: D5, 8F and 3D. RGB value is (213,143,61). Sum of RGB (Red+Green+Blue) = 213+143+61=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F3D is #2A70C2. Grayscale: #9A9A9A. Windows color (decimal): -2781379 or 4034517. OLE color: 4034517.

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

Color convert

RGB21314361-
CMYK00.330.710.16
HSL32.37º64.41%53.73%-
HSV(B)32.37º71.36%83.53%-
XYZ38.1134.138.99-
YUV154.5875.19169.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 143 (56.25% from 255) = 34.29%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=51.08%
G=34.29%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131436100.330.710.1632.3764.4153.73
HexD58F3D0214710204036
Octal32521775041107204010066
Binary110101011000111111110101000011000111100001000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58F3D; }

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

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

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

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

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

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

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

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