Html Css Color HEX #DB8A32 Fuel Yellow

📋 copy color: '#DB8A32'

red 219 ◦ green 138 ◦ blue 50

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

Shades of Fuel Yellow #DB8A32

Tints of Fuel Yellow #DB8A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 53.81%
G = 33.91%
B = 12.29%

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

#DB8A32 (or 0xDB8A32) is known color: Fuel Yellow. HEX triplet: DB, 8A and 32. RGB value is (219,138,50). Sum of RGB (Red+Green+Blue) = 219+138+50=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A32 is #2475CD. Grayscale: #989898. Windows color (decimal): -2389454 or 3312347. OLE color: 3312347.

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

Color convert

RGB 219 138 50 -
CMYK 0 0.37 0.77 0.14
HSL 31.24º 0.7% 0.53% -
HSV(B) 31.24º 0.77% 0.86% -
XYZ 38.88 33.47 7.43 -
YUV 152.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 219 138 50 0 0.37 0.77 0.14 31.24 0.7 0.53
Hex DB 8A 32 0 25 4D E 1F 46 35
Octal 333 212 62 0 45 115 16 37 106 65
Binary 11011011 10001010 110010 0 100101 1001101 1110 11111 1000110 110101

Color Harmonies of #DB8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A32

Black with #DB8A32

Text Example


Text Example

White with #DB8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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