#D0913D

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

Shades of Fuel Yellow #D0913D

Tints of Fuel Yellow #D0913D

Color information

#D0913D (or 0xD0913D) is unknown color: approx Fuel Yellow. HEX triplet: D0, 91 and 3D. RGB value is (208,145,61). Sum of RGB (Red+Green+Blue) = 208+145+61=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0913D is #2F6EC2. Grayscale: #9A9A9A. Windows color (decimal): -3108547 or 4035024. OLE color: 4035024.

HSL color Cylindrical-coordinate representation of color #D0913D: hue angle of 34.29º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0913D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20814561-
CMYK00.300.710.18
HSL34.29º61%52.75%-
HSV(B)34.29º70.67%81.57%-
XYZ36.98349.03-
YUV154.2675.37166.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 61 (24.22% from 255) = 14.73%
R=50.24%
G=35.02%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081456100.300.710.1834.296152.75
HexD0913D01E4712223d35
Octal3202217503610722427565
Binary1101000010010001111101011110100011110010100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0913D; }

 p { color: rgb(208,145,61); }

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

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

 a { background-color: rgb(208,145,61); }

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

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

 span { border-color: rgb(208,145,61); }

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