Html Css Color HEX #DC8C34 Fuel Yellow

📋 copy color: '#DC8C34'

red 220 ◦ green 140 ◦ blue 52

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

Shades of Fuel Yellow #DC8C34

Tints of Fuel Yellow #DC8C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 53.4%
G = 33.98%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC8C34 (or 0xDC8C34) is known color: Fuel Yellow. HEX triplet: DC, 8C and 34. RGB value is (220,140,52). Sum of RGB (Red+Green+Blue) = 220+140+52=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8C34 is #2373CB. Grayscale: #9A9A9A. Windows color (decimal): -2323404 or 3443932. OLE color: 3443932.

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

Color convert

RGB 220 140 52 -
CMYK 0 0.36 0.76 0.14
HSL 31.43º 0.71% 0.53% -
HSV(B) 31.43º 0.76% 0.86% -
XYZ 39.51 34.22 7.77 -
YUV 153.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 220 140 52 0 0.36 0.76 0.14 31.43 0.71 0.53
Hex DC 8C 34 0 24 4C E 1F 47 35
Octal 334 214 64 0 44 114 16 37 107 65
Binary 11011100 10001100 110100 0 100100 1001100 1110 11111 1000111 110101

Color Harmonies of #DC8C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8C34

Black with #DC8C34

Text Example


Text Example

White with #DC8C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8C34; }

 p { color: rgb(220,140,52); }

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

background-color css

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

 a { background-color: rgb(220,140,52); }

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

border-color css

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

 span { border-color: rgb(220,140,52); }

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