Html Css Color HEX #DB9434 Fuel Yellow

📋 copy color: '#DB9434'

red 219 ◦ green 148 ◦ blue 52

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

Shades of Fuel Yellow #DB9434

Tints of Fuel Yellow #DB9434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 52 (20.7% from 255) = 12.41%

R = 52.27%
G = 35.32%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB9434 (or 0xDB9434) is known color: Fuel Yellow. HEX triplet: DB, 94 and 34. RGB value is (219,148,52). Sum of RGB (Red+Green+Blue) = 219+148+52=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9434 is #246BCB. Grayscale: #9E9E9E. Windows color (decimal): -2386892 or 3445979. OLE color: 3445979.

HSL color Cylindrical-coordinate representation of color #DB9434: hue angle of 34.49º 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 #DB9434 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 52 -
CMYK 0 0.32 0.76 0.14
HSL 34.49º 0.7% 0.53% -
HSV(B) 34.49º 0.76% 0.86% -
XYZ 40.42 36.49 8.16 -
YUV 158.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 219 148 52 0 0.32 0.76 0.14 34.49 0.7 0.53
Hex DB 94 34 0 20 4C E 22 46 35
Octal 333 224 64 0 40 114 16 42 106 65
Binary 11011011 10010100 110100 0 100000 1001100 1110 100010 1000110 110101

Color Harmonies of #DB9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9434

Black with #DB9434

Text Example


Text Example

White with #DB9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9434; }

 p { color: rgb(219,148,52); }

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

background-color css

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

 a { background-color: rgb(219,148,52); }

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

border-color css

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

 span { border-color: rgb(219,148,52); }

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