#DB9238

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

Shades of Fuel Yellow #DB9238

Tints of Fuel Yellow #DB9238

Color information

#DB9238 (or 0xDB9238) is unknown color: approx Fuel Yellow. HEX triplet: DB, 92 and 38. RGB value is (219,146,56). Sum of RGB (Red+Green+Blue) = 219+146+56=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9238 is #246DC7. Grayscale: #9E9E9E. Windows color (decimal): -2387400 or 3707611. OLE color: 3707611.

HSL color Cylindrical-coordinate representation of color #DB9238: hue angle of 33.13º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB9238 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB21914656-
CMYK00.330.740.14
HSL33.13º69.36%53.92%-
HSV(B)33.13º74.43%85.88%-
XYZ40.2135.98.55-
YUV157.5770.68171.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.02%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 56 (22.27% from 255) = 13.30%
R=52.02%
G=34.68%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191465600.330.740.1433.1369.3653.92
HexDB92380214AE214536
Octal33322270041112164110566
Binary11011011100100101110000100001100101011101000011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9238; }

 p { color: rgb(219,146,56); }

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

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

 a { background-color: rgb(219,146,56); }

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

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

 span { border-color: rgb(219,146,56); }

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