Html Css Color HEX #DB8F33 Fuel Yellow

📋 copy color: '#DB8F33'

red 219 ◦ green 143 ◦ blue 51

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

Shades of Fuel Yellow #DB8F33

Tints of Fuel Yellow #DB8F33

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 53.03%
G = 34.62%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB8F33 (or 0xDB8F33) is known color: Fuel Yellow. HEX triplet: DB, 8F and 33. RGB value is (219,143,51). Sum of RGB (Red+Green+Blue) = 219+143+51=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8F33 is #2470CC. Grayscale: #9B9B9B. Windows color (decimal): -2388173 or 3379163. OLE color: 3379163.

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

Color convert

RGB 219 143 51 -
CMYK 0 0.35 0.77 0.14
HSL 32.86º 0.7% 0.53% -
HSV(B) 32.86º 0.77% 0.86% -
XYZ 39.63 34.94 7.79 -
YUV 155.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 219 143 51 0 0.35 0.77 0.14 32.86 0.7 0.53
Hex DB 8F 33 0 23 4D E 21 46 35
Octal 333 217 63 0 43 115 16 41 106 65
Binary 11011011 10001111 110011 0 100011 1001101 1110 100001 1000110 110101

Color Harmonies of #DB8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F33

Black with #DB8F33

Text Example


Text Example

White with #DB8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F33; }

 p { color: rgb(219,143,51); }

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

background-color css

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

 a { background-color: rgb(219,143,51); }

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

border-color css

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

 span { border-color: rgb(219,143,51); }

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