Html Css Color HEX #DC8A32 Fuel Yellow

📋 copy color: '#DC8A32'

red 220 ◦ green 138 ◦ blue 50

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

Shades of Fuel Yellow #DC8A32

Tints of Fuel Yellow #DC8A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.82%

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 53.92%
G = 33.82%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC8A32 (or 0xDC8A32) is known color: Fuel Yellow. HEX triplet: DC, 8A and 32. RGB value is (220,138,50). Sum of RGB (Red+Green+Blue) = 220+138+50=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A32 is #2375CD. Grayscale: #989898. Windows color (decimal): -2323918 or 3312348. OLE color: 3312348.

HSL color Cylindrical-coordinate representation of color #DC8A32: hue angle of 31.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC8A32 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 50 -
CMYK 0 0.37 0.77 0.14
HSL 31.06º 0.71% 0.53% -
HSV(B) 31.06º 0.77% 0.86% -
XYZ 39.18 33.62 7.44 -
YUV 152.49 70.17 176.16 -
System Red Green Blue C M Y K H S L
Decimal 220 138 50 0 0.37 0.77 0.14 31.06 0.71 0.53
Hex DC 8A 32 0 25 4D E 1F 47 35
Octal 334 212 62 0 45 115 16 37 107 65
Binary 11011100 10001010 110010 0 100101 1001101 1110 11111 1000111 110101

Color Harmonies of #DC8A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A32

Black with #DC8A32

Text Example


Text Example

White with #DC8A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A32; }

 p { color: rgb(220,138,50); }

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

background-color css

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

 a { background-color: rgb(220,138,50); }

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

border-color css

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

 span { border-color: rgb(220,138,50); }

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