Html Css Color HEX #DC5F04 Tenne (Tawny)

📋 copy color: '#DC5F04'

red 220 ◦ green 95 ◦ blue 4

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

Shades of Tenne (Tawny) #DC5F04

Tints of Tenne (Tawny) #DC5F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 68.97%
G = 29.78%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC5F04 (or 0xDC5F04) is known color: Tenne (Tawny). HEX triplet: DC, 5F and 04. RGB value is (220,95,4). Sum of RGB (Red+Green+Blue) = 220+95+4=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F04 is #23A0FB. Grayscale: #7A7A7A. Windows color (decimal): -2334972 or 286684. OLE color: 286684.

HSL color Cylindrical-coordinate representation of color #DC5F04: hue angle of 25.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC5F04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 4 -
CMYK 0 0.57 0.98 0.14
HSL 25.28º 0.96% 0.44% -
HSV(B) 25.28º 0.98% 0.86% -
XYZ 33.63 23.41 2.86 -
YUV 122 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 220 95 4 0 0.57 0.98 0.14 25.28 0.96 0.44
Hex DC 5F 4 0 39 62 E 19 60 2C
Octal 334 137 4 0 71 142 16 31 140 54
Binary 11011100 1011111 100 0 111001 1100010 1110 11001 1100000 101100

Color Harmonies of #DC5F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F04

Black with #DC5F04

Text Example


Text Example

White with #DC5F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F04; }

 p { color: rgb(220,95,4); }

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

background-color css

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

 a { background-color: rgb(220,95,4); }

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

border-color css

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

 span { border-color: rgb(220,95,4); }

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