#D08C3A

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

Shades of Fuel Yellow #D08C3A

Tints of Fuel Yellow #D08C3A

Color information

#D08C3A (or 0xD08C3A) is unknown color: approx Fuel Yellow. HEX triplet: D0, 8C and 3A. RGB value is (208,140,58). Sum of RGB (Red+Green+Blue) = 208+140+58=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C3A is #2F73C5. Grayscale: #979797. Windows color (decimal): -3109830 or 3837136. OLE color: 3837136.

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

Color convert

RGB20814058-
CMYK00.330.720.18
HSL32.8º61.48%52.16%-
HSV(B)32.8º72.12%81.57%-
XYZ36.1532.478.37-
YUV150.9875.53168.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.23%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=51.23%
G=34.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081405800.330.720.1832.861.4852.16
HexD08C3A0214812213d34
Octal3202147204111022417564
Binary11010000100011001110100100001100100010010100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08C3A; }

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

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

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

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

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

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

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

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