Html Css Color HEX #DC8F33 Fuel Yellow

📋 copy color: '#DC8F33'

red 220 ◦ green 143 ◦ blue 51

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

Shades of Fuel Yellow #DC8F33

Tints of Fuel Yellow #DC8F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 53.14%
G = 34.54%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8F33 (or 0xDC8F33) is known color: Fuel Yellow. HEX triplet: DC, 8F and 33. RGB value is (220,143,51). Sum of RGB (Red+Green+Blue) = 220+143+51=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F33 is #2370CC. Grayscale: #9B9B9B. Windows color (decimal): -2322637 or 3379164. OLE color: 3379164.

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

Color convert

RGB 220 143 51 -
CMYK 0 0.35 0.77 0.14
HSL 32.66º 0.71% 0.53% -
HSV(B) 32.66º 0.77% 0.86% -
XYZ 39.94 35.1 7.8 -
YUV 155.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 220 143 51 0 0.35 0.77 0.14 32.66 0.71 0.53
Hex DC 8F 33 0 23 4D E 21 47 35
Octal 334 217 63 0 43 115 16 41 107 65
Binary 11011100 10001111 110011 0 100011 1001101 1110 100001 1000111 110101

Color Harmonies of #DC8F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F33

Black with #DC8F33

Text Example


Text Example

White with #DC8F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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