Html Css Color HEX #DB9335 Fuel Yellow

📋 copy color: '#DB9335'

red 219 ◦ green 147 ◦ blue 53

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

Shades of Fuel Yellow #DB9335

Tints of Fuel Yellow #DB9335

RGB

 RED value IS 219 (85.94% from 255) = 52.27%

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 53 (21.09% from 255) = 12.65%

R = 52.27%
G = 35.08%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB9335 (or 0xDB9335) is known color: Fuel Yellow. HEX triplet: DB, 93 and 35. RGB value is (219,147,53). Sum of RGB (Red+Green+Blue) = 219+147+53=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9335 is #246CCA. Grayscale: #9E9E9E. Windows color (decimal): -2387147 or 3511259. OLE color: 3511259.

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

Color convert

RGB 219 147 53 -
CMYK 0 0.33 0.76 0.14
HSL 33.98º 0.7% 0.53% -
HSV(B) 33.98º 0.76% 0.86% -
XYZ 40.29 36.18 8.23 -
YUV 157.81 68.85 171.64 -
System Red Green Blue C M Y K H S L
Decimal 219 147 53 0 0.33 0.76 0.14 33.98 0.7 0.53
Hex DB 93 35 0 21 4C E 22 46 35
Octal 333 223 65 0 41 114 16 42 106 65
Binary 11011011 10010011 110101 0 100001 1001100 1110 100010 1000110 110101

Color Harmonies of #DB9335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9335

Black with #DB9335

Text Example


Text Example

White with #DB9335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9335; }

 p { color: rgb(219,147,53); }

 H1.HeaderClassName
 {
   color: #DB9335;
 }
 .AnyTagClassName
 {
   color: #DB9335;
 }
</style>

background-color css

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

 a { background-color: rgb(219,147,53); }

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

border-color css

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

 span { border-color: rgb(219,147,53); }

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