#D38D38

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

Shades of Fuel Yellow #D38D38

Tints of Fuel Yellow #D38D38

Color information

#D38D38 (or 0xD38D38) is unknown color: approx Fuel Yellow. HEX triplet: D3, 8D and 38. RGB value is (211,141,56). Sum of RGB (Red+Green+Blue) = 211+141+56=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D38 is #2C72C7. Grayscale: #989898. Windows color (decimal): -2912968 or 3706323. OLE color: 3706323.

HSL color Cylindrical-coordinate representation of color #D38D38: hue angle of 32.9º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D38D38 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB21114156-
CMYK00.330.730.17
HSL32.9º63.79%52.35%-
HSV(B)32.9º73.46%82.75%-
XYZ37.133.188.19-
YUV152.2473.69169.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.72%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 56 (22.27% from 255) = 13.73%
R=51.72%
G=34.56%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111415600.330.730.1732.963.7952.35
HexD38D380214911214034
Octal32321570041111214110064
Binary110100111000110111100001000011001001100011000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D38; }

 p { color: rgb(211,141,56); }

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

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

 a { background-color: rgb(211,141,56); }

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

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

 span { border-color: rgb(211,141,56); }

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