Html Css Color HEX #DC9135 Fuel Yellow

📋 copy color: '#DC9135'

red 220 ◦ green 145 ◦ blue 53

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

Shades of Fuel Yellow #DC9135

Tints of Fuel Yellow #DC9135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.69%

 BLUE value IS 53 (21.09% from 255) = 12.68%

R = 52.63%
G = 34.69%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC9135 (or 0xDC9135) is known color: Fuel Yellow. HEX triplet: DC, 91 and 35. RGB value is (220,145,53). Sum of RGB (Red+Green+Blue) = 220+145+53=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9135 is #236ECA. Grayscale: #9D9D9D. Windows color (decimal): -2322123 or 3510748. OLE color: 3510748.

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

Color convert

RGB 220 145 53 -
CMYK 0 0.34 0.76 0.14
HSL 33.05º 0.7% 0.54% -
HSV(B) 33.05º 0.76% 0.86% -
XYZ 40.28 35.72 8.14 -
YUV 156.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 220 145 53 0 0.34 0.76 0.14 33.05 0.7 0.54
Hex DC 91 35 0 22 4C E 21 46 36
Octal 334 221 65 0 42 114 16 41 106 66
Binary 11011100 10010001 110101 0 100010 1001100 1110 100001 1000110 110110

Color Harmonies of #DC9135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9135

Black with #DC9135

Text Example


Text Example

White with #DC9135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9135; }

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

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

background-color css

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

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

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

border-color css

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

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

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