Html Css Color HEX #DC9536 Fuel Yellow

📋 copy color: '#DC9536'

red 220 ◦ green 149 ◦ blue 54

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

Shades of Fuel Yellow #DC9536

Tints of Fuel Yellow #DC9536

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

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

R = 52.01%
G = 35.22%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC9536 (or 0xDC9536) is known color: Fuel Yellow. HEX triplet: DC, 95 and 36. RGB value is (220,149,54). Sum of RGB (Red+Green+Blue) = 220+149+54=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9536 is #236AC9. Grayscale: #9F9F9F. Windows color (decimal): -2321098 or 3577308. OLE color: 3577308.

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

Color convert

RGB 220 149 54 -
CMYK 0 0.32 0.75 0.14
HSL 34.34º 0.7% 0.54% -
HSV(B) 34.34º 0.75% 0.86% -
XYZ 40.93 36.98 8.47 -
YUV 159.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 220 149 54 0 0.32 0.75 0.14 34.34 0.7 0.54
Hex DC 95 36 0 20 4B E 22 46 36
Octal 334 225 66 0 40 113 16 42 106 66
Binary 11011100 10010101 110110 0 100000 1001011 1110 100010 1000110 110110

Color Harmonies of #DC9536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9536

Black with #DC9536

Text Example


Text Example

White with #DC9536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9536; }

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

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

background-color css

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

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

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

border-color css

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

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

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