Html Css Color HEX #DC8D33 Fuel Yellow

📋 copy color: '#DC8D33'

red 220 ◦ green 141 ◦ blue 51

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

Shades of Fuel Yellow #DC8D33

Tints of Fuel Yellow #DC8D33

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

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

R = 53.4%
G = 34.22%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8D33 (or 0xDC8D33) is known color: Fuel Yellow. HEX triplet: DC, 8D and 33. RGB value is (220,141,51). Sum of RGB (Red+Green+Blue) = 220+141+51=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D33 is #2372CC. Grayscale: #9A9A9A. Windows color (decimal): -2323149 or 3378652. OLE color: 3378652.

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

Color convert

RGB 220 141 51 -
CMYK 0 0.36 0.77 0.14
HSL 31.95º 0.71% 0.53% -
HSV(B) 31.95º 0.77% 0.86% -
XYZ 39.64 34.5 7.7 -
YUV 154.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 220 141 51 0 0.36 0.77 0.14 31.95 0.71 0.53
Hex DC 8D 33 0 24 4D E 20 47 35
Octal 334 215 63 0 44 115 16 40 107 65
Binary 11011100 10001101 110011 0 100100 1001101 1110 100000 1000111 110101

Color Harmonies of #DC8D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D33

Black with #DC8D33

Text Example


Text Example

White with #DC8D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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