Html Css Color HEX #DC8A30 Fuel Yellow

📋 copy color: '#DC8A30'

red 220 ◦ green 138 ◦ blue 48

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

Shades of Fuel Yellow #DC8A30

Tints of Fuel Yellow #DC8A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 54.19%
G = 33.99%
B = 11.82%

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

#DC8A30 (or 0xDC8A30) is known color: Fuel Yellow. HEX triplet: DC, 8A and 30. RGB value is (220,138,48). Sum of RGB (Red+Green+Blue) = 220+138+48=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A30 is #2375CF. Grayscale: #989898. Windows color (decimal): -2323920 or 3181276. OLE color: 3181276.

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

Color convert

RGB 220 138 48 -
CMYK 0 0.37 0.78 0.14
HSL 31.4º 0.71% 0.53% -
HSV(B) 31.4º 0.78% 0.86% -
XYZ 39.14 33.61 7.22 -
YUV 152.26 69.17 176.32 -
System Red Green Blue C M Y K H S L
Decimal 220 138 48 0 0.37 0.78 0.14 31.4 0.71 0.53
Hex DC 8A 30 0 25 4E E 1F 47 35
Octal 334 212 60 0 45 116 16 37 107 65
Binary 11011100 10001010 110000 0 100101 1001110 1110 11111 1000111 110101

Color Harmonies of #DC8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A30

Black with #DC8A30

Text Example


Text Example

White with #DC8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A30; }

 p { color: rgb(220,138,48); }

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

background-color css

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

 a { background-color: rgb(220,138,48); }

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

border-color css

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

 span { border-color: rgb(220,138,48); }

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