Html Css Color HEX #DC8B31 Fuel Yellow

📋 copy color: '#DC8B31'

red 220 ◦ green 139 ◦ blue 49

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

Shades of Fuel Yellow #DC8B31

Tints of Fuel Yellow #DC8B31

RGB

 RED value IS 220 (86.33% from 255) = 53.92%

 GREEN value IS 139 (54.69% from 255) = 34.07%

 BLUE value IS 49 (19.53% from 255) = 12.01%

R = 53.92%
G = 34.07%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8B31 (or 0xDC8B31) is known color: Fuel Yellow. HEX triplet: DC, 8B and 31. RGB value is (220,139,49). Sum of RGB (Red+Green+Blue) = 220+139+49=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B31 is #2374CE. Grayscale: #999999. Windows color (decimal): -2323663 or 3247068. OLE color: 3247068.

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

Color convert

RGB 220 139 49 -
CMYK 0 0.37 0.78 0.14
HSL 31.58º 0.71% 0.53% -
HSV(B) 31.58º 0.78% 0.86% -
XYZ 39.3 33.9 7.38 -
YUV 152.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 220 139 49 0 0.37 0.78 0.14 31.58 0.71 0.53
Hex DC 8B 31 0 25 4E E 20 47 35
Octal 334 213 61 0 45 116 16 40 107 65
Binary 11011100 10001011 110001 0 100101 1001110 1110 100000 1000111 110101

Color Harmonies of #DC8B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B31

Black with #DC8B31

Text Example


Text Example

White with #DC8B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B31; }

 p { color: rgb(220,139,49); }

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

background-color css

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

 a { background-color: rgb(220,139,49); }

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

border-color css

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

 span { border-color: rgb(220,139,49); }

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