#D08D3A

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

Shades of Fuel Yellow #D08D3A

Tints of Fuel Yellow #D08D3A

Color information

#D08D3A (or 0xD08D3A) is unknown color: approx Fuel Yellow. HEX triplet: D0, 8D and 3A. RGB value is (208,141,58). Sum of RGB (Red+Green+Blue) = 208+141+58=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D3A is #2F72C5. Grayscale: #979797. Windows color (decimal): -3109574 or 3837392. OLE color: 3837392.

HSL color Cylindrical-coordinate representation of color #D08D3A: hue angle of 33.2º 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 #D08D3A is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20814158-
CMYK00.320.720.18
HSL33.2º61.48%52.16%-
HSV(B)33.2º72.12%81.57%-
XYZ36.332.778.41-
YUV151.5775.2168.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 58 (23.05% from 255) = 14.25%
R=51.11%
G=34.64%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081415800.320.720.1833.261.4852.16
HexD08D3A0204812213d34
Octal3202157204011022417564
Binary11010000100011011110100100000100100010010100001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08D3A; }

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

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

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

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

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

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

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

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