Html Css Color HEX #DB9238 Fuel Yellow

📋 copy color: '#DB9238'

red 219 ◦ green 146 ◦ blue 56

#DB9238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #DB9238

Tints of Fuel Yellow #DB9238

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.3%

R = 52.02%
G = 34.68%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB9238 (or 0xDB9238) is known color: 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

RGB 219 146 56 -
CMYK 0 0.33 0.74 0.14
HSL 33.13º 0.69% 0.54% -
HSV(B) 33.13º 0.74% 0.86% -
XYZ 40.21 35.9 8.55 -
YUV 157.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 219 146 56 0 0.33 0.74 0.14 33.13 0.69 0.54
Hex DB 92 38 0 21 4A E 21 45 36
Octal 333 222 70 0 41 112 16 41 105 66
Binary 11011011 10010010 111000 0 100001 1001010 1110 100001 1000101 110110

Color Harmonies of #DB9238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9238

Black with #DB9238

Text Example


Text Example

White with #DB9238

Text Example


Text Example

HTML Codes & Css Web 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>