Html Css Color HEX #DC8F38 Fuel Yellow

📋 copy color: '#DC8F38'

red 220 ◦ green 143 ◦ blue 56

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

Shades of Fuel Yellow #DC8F38

Tints of Fuel Yellow #DC8F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 52.51%
G = 34.13%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8F38 (or 0xDC8F38) is known color: Fuel Yellow. HEX triplet: DC, 8F and 38. RGB value is (220,143,56). Sum of RGB (Red+Green+Blue) = 220+143+56=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F38 is #2370C7. Grayscale: #9C9C9C. Windows color (decimal): -2322632 or 3706844. OLE color: 3706844.

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

Color convert

RGB 220 143 56 -
CMYK 0 0.35 0.75 0.14
HSL 31.83º 0.7% 0.54% -
HSV(B) 31.83º 0.75% 0.86% -
XYZ 40.05 35.15 8.41 -
YUV 156.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 220 143 56 0 0.35 0.75 0.14 31.83 0.7 0.54
Hex DC 8F 38 0 23 4B E 20 46 36
Octal 334 217 70 0 43 113 16 40 106 66
Binary 11011100 10001111 111000 0 100011 1001011 1110 100000 1000110 110110

Color Harmonies of #DC8F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F38

Black with #DC8F38

Text Example


Text Example

White with #DC8F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F38; }

 p { color: rgb(220,143,56); }

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

background-color css

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

 a { background-color: rgb(220,143,56); }

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

border-color css

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

 span { border-color: rgb(220,143,56); }

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