Html Css Color HEX #DB8A33 Fuel Yellow

📋 copy color: '#DB8A33'

red 219 ◦ green 138 ◦ blue 51

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

Shades of Fuel Yellow #DB8A33

Tints of Fuel Yellow #DB8A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

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

R = 53.68%
G = 33.82%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB8A33 (or 0xDB8A33) is known color: Fuel Yellow. HEX triplet: DB, 8A and 33. RGB value is (219,138,51). Sum of RGB (Red+Green+Blue) = 219+138+51=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A33 is #2475CC. Grayscale: #989898. Windows color (decimal): -2389453 or 3377883. OLE color: 3377883.

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

Color convert

RGB 219 138 51 -
CMYK 0 0.37 0.77 0.14
HSL 31.07º 0.7% 0.53% -
HSV(B) 31.07º 0.77% 0.86% -
XYZ 38.9 33.48 7.54 -
YUV 152.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 219 138 51 0 0.37 0.77 0.14 31.07 0.7 0.53
Hex DB 8A 33 0 25 4D E 1F 46 35
Octal 333 212 63 0 45 115 16 37 106 65
Binary 11011011 10001010 110011 0 100101 1001101 1110 11111 1000110 110101

Color Harmonies of #DB8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A33

Black with #DB8A33

Text Example


Text Example

White with #DB8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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