#D28D38

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

Shades of Fuel Yellow #D28D38

Tints of Fuel Yellow #D28D38

Color information

#D28D38 (or 0xD28D38) is unknown color: approx Fuel Yellow. HEX triplet: D2, 8D and 38. RGB value is (210,141,56). Sum of RGB (Red+Green+Blue) = 210+141+56=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D38 is #2D72C7. Grayscale: #989898. Windows color (decimal): -2978504 or 3706322. OLE color: 3706322.

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

Color convert

RGB21014156-
CMYK00.330.730.18
HSL33.12º63.11%52.16%-
HSV(B)33.12º73.33%82.35%-
XYZ36.8233.048.18-
YUV151.9473.86169.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.60%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 56 (22.27% from 255) = 13.76%
R=51.60%
G=34.64%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101415600.330.730.1833.1263.1152.16
HexD28D380214912213f34
Octal3222157004111122417764
Binary11010010100011011110000100001100100110010100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28D38; }

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

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

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

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

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

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

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

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