#D9913B

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

Shades of Fuel Yellow #D9913B

Tints of Fuel Yellow #D9913B

Color information

#D9913B (or 0xD9913B) is unknown color: approx Fuel Yellow. HEX triplet: D9, 91 and 3B. RGB value is (217,145,59). Sum of RGB (Red+Green+Blue) = 217+145+59=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9913B is #266EC4. Grayscale: #9D9D9D. Windows color (decimal): -2518725 or 3903961. OLE color: 3903961.

HSL color Cylindrical-coordinate representation of color #D9913B: hue angle of 32.66º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9913B is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB21714559-
CMYK00.330.730.15
HSL32.66º67.52%54.12%-
HSV(B)32.66º72.81%85.1%-
XYZ39.5335.328.87-
YUV156.7272.85170.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 59 (23.44% from 255) = 14.01%
R=51.54%
G=34.44%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171455900.330.730.1532.6667.5254.12
HexD9913B02149F214436
Octal33122173041111174110466
Binary11011001100100011110110100001100100111111000011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9913B; }

 p { color: rgb(217,145,59); }

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

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

 a { background-color: rgb(217,145,59); }

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

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

 span { border-color: rgb(217,145,59); }

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