#D08C2E

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

Shades of Fuel Yellow #D08C2E

Tints of Fuel Yellow #D08C2E

Color information

#D08C2E (or 0xD08C2E) is unknown color: approx Fuel Yellow. HEX triplet: D0, 8C and 2E. RGB value is (208,140,46). Sum of RGB (Red+Green+Blue) = 208+140+46=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C2E is #2F73D1. Grayscale: #969696. Windows color (decimal): -3109842 or 3050704. OLE color: 3050704.

HSL color Cylindrical-coordinate representation of color #D08C2E: hue angle of 34.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D08C2E is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20814046-
CMYK00.330.780.18
HSL34.81º63.78%49.8%-
HSV(B)34.81º77.88%81.57%-
XYZ35.8832.366.94-
YUV149.6269.53169.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.79%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=52.79%
G=35.53%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081404600.330.780.1834.8163.7849.8
HexD08C2E0214E12234032
Octal32021456041116224310062
Binary110100001000110010111001000011001110100101000111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08C2E; }

 p { color: rgb(208,140,46); }

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

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

 a { background-color: rgb(208,140,46); }

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

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

 span { border-color: rgb(208,140,46); }

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