Html Css Color HEX #DC8933 Fuel Yellow

📋 copy color: '#DC8933'

red 220 ◦ green 137 ◦ blue 51

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

Shades of Fuel Yellow #DC8933

Tints of Fuel Yellow #DC8933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 53.92%
G = 33.58%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8933 (or 0xDC8933) is known color: Fuel Yellow. HEX triplet: DC, 89 and 33. RGB value is (220,137,51). Sum of RGB (Red+Green+Blue) = 220+137+51=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 51 (20.31% from 255 or 12.5% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8933 is #2376CC. Grayscale: #989898. Windows color (decimal): -2324173 or 3377628. OLE color: 3377628.

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

Color convert

RGB 220 137 51 -
CMYK 0 0.38 0.77 0.14
HSL 30.53º 0.71% 0.53% -
HSV(B) 30.53º 0.77% 0.86% -
XYZ 39.06 33.35 7.51 -
YUV 152.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 220 137 51 0 0.38 0.77 0.14 30.53 0.71 0.53
Hex DC 89 33 0 26 4D E 1F 47 35
Octal 334 211 63 0 46 115 16 37 107 65
Binary 11011100 10001001 110011 0 100110 1001101 1110 11111 1000111 110101

Color Harmonies of #DC8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8933

Black with #DC8933

Text Example


Text Example

White with #DC8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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