#DC9035

Color #DC9035 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #DC9035

Tints of Fuel Yellow #DC9035

Color information

#DC9035 (or 0xDC9035) is unknown color: approx Fuel Yellow. HEX triplet: DC, 90 and 35. RGB value is (220,144,53). Sum of RGB (Red+Green+Blue) = 220+144+53=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9035 is #236FCA. Grayscale: #9C9C9C. Windows color (decimal): -2322379 or 3510492. OLE color: 3510492.

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

Color convert

RGB22014453-
CMYK00.350.760.14
HSL32.69º70.46%53.53%-
HSV(B)32.69º75.91%86.27%-
XYZ40.1335.428.09-
YUV156.3569.68173.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.76%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=52.76%
G=34.53%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201445300.350.760.1432.6970.4653.53
HexDC90350234CE214636
Octal33422065043114164110666
Binary11011100100100001101010100011100110011101000011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9035; }

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

 H1.HeaderClassName
 {
   color: #DC9035;
 }
 .AnyTagClassName
 {
   color: #DC9035;
 }
</style>
background-color css

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

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

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

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

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

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