#d58c32

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

Shades of Fuel Yellow #D58C32

Tints of Fuel Yellow #D58C32

Color information

#D58C32 (or 0xD58C32) is unknown color: approx Fuel Yellow. HEX triplet: D5, 8C and 32. RGB value is (213,140,50). Sum of RGB (Red+Green+Blue) = 213+140+50=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C32 is #2A73CD. Grayscale: #989898. Windows color (decimal): -2782158 or 3312853. OLE color: 3312853.

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

Color convert

RGB21314050-
CMYK00.340.770.16
HSL33.13º65.99%51.57%-
HSV(B)33.13º76.53%83.53%-
XYZ37.3933.137.44-
YUV151.5770.68171.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.85%
GREEN value IS 140 (55.08% from 255) = 34.74%
BLUE value IS 50 (19.92% from 255) = 12.41%
R=52.85%
G=34.74%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131405000.340.770.1633.1365.9951.57
HexD58C320224D10214234
Octal32521462042115204110264
Binary110101011000110011001001000101001101100001000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d58c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d58c32; }

 p { color: rgb(213,140,50); }

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

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

 a { background-color: rgb(213,140,50); }

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

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

 span { border-color: rgb(213,140,50); }

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