Html Css Color HEX #DC9236 Fuel Yellow

📋 copy color: '#DC9236'

red 220 ◦ green 146 ◦ blue 54

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

Shades of Fuel Yellow #DC9236

Tints of Fuel Yellow #DC9236

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.76%

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

R = 52.38%
G = 34.76%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC9236 (or 0xDC9236) is known color: Fuel Yellow. HEX triplet: DC, 92 and 36. RGB value is (220,146,54). Sum of RGB (Red+Green+Blue) = 220+146+54=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9236 is #236DC9. Grayscale: #9E9E9E. Windows color (decimal): -2321866 or 3576540. OLE color: 3576540.

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

Color convert

RGB 220 146 54 -
CMYK 0 0.34 0.75 0.14
HSL 33.25º 0.7% 0.54% -
HSV(B) 33.25º 0.75% 0.86% -
XYZ 40.46 36.04 8.31 -
YUV 157.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 220 146 54 0 0.34 0.75 0.14 33.25 0.7 0.54
Hex DC 92 36 0 22 4B E 21 46 36
Octal 334 222 66 0 42 113 16 41 106 66
Binary 11011100 10010010 110110 0 100010 1001011 1110 100001 1000110 110110

Color Harmonies of #DC9236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9236

Black with #DC9236

Text Example


Text Example

White with #DC9236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9236; }

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

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

background-color css

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

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

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

border-color css

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

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

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