Html Css Color HEX #DC9036 Fuel Yellow

📋 copy color: '#DC9036'

red 220 ◦ green 144 ◦ blue 54

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

Shades of Fuel Yellow #DC9036

Tints of Fuel Yellow #DC9036

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.45%

 BLUE value IS 54 (21.48% from 255) = 12.92%

R = 52.63%
G = 34.45%
B = 12.92%

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

#DC9036 (or 0xDC9036) is known color: Fuel Yellow. HEX triplet: DC, 90 and 36. RGB value is (220,144,54). Sum of RGB (Red+Green+Blue) = 220+144+54=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 54 (21.48% from 255 or 12.92% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9036 is #236FC9. Grayscale: #9C9C9C. Windows color (decimal): -2322378 or 3576028. OLE color: 3576028.

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

Color convert

RGB 220 144 54 -
CMYK 0 0.35 0.75 0.14
HSL 32.53º 0.7% 0.54% -
HSV(B) 32.53º 0.75% 0.86% -
XYZ 40.15 35.43 8.21 -
YUV 156.46 70.18 173.32 -
System Red Green Blue C M Y K H S L
Decimal 220 144 54 0 0.35 0.75 0.14 32.53 0.7 0.54
Hex DC 90 36 0 23 4B E 21 46 36
Octal 334 220 66 0 43 113 16 41 106 66
Binary 11011100 10010000 110110 0 100011 1001011 1110 100001 1000110 110110

Color Harmonies of #DC9036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9036

Black with #DC9036

Text Example


Text Example

White with #DC9036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9036; }

 p { color: rgb(220,144,54); }

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

background-color css

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

 a { background-color: rgb(220,144,54); }

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

border-color css

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

 span { border-color: rgb(220,144,54); }

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