Html Css Color HEX #DC5F00 Tenne (Tawny)

📋 copy color: '#DC5F00'

red 220 ◦ green 95 ◦ blue 0

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

Shades of Tenne (Tawny) #DC5F00

Tints of Tenne (Tawny) #DC5F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.84%
G = 30.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC5F00 (or 0xDC5F00) is known color: Tenne (Tawny). HEX triplet: DC, 5F and 00. RGB value is (220,95,0). Sum of RGB (Red+Green+Blue) = 220+95+0=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F00 is #23A0FF. Grayscale: #7A7A7A. Windows color (decimal): -2334976 or 24540. OLE color: 24540.

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

Color convert

RGB 220 95 0 -
CMYK 0 0.57 1 0.14
HSL 25.91º 1% 0.43% -
HSV(B) 25.91º 1% 0.86% -
XYZ 33.61 23.4 2.75 -
YUV 121.55 59.41 198.22 -
System Red Green Blue C M Y K H S L
Decimal 220 95 0 0 0.57 1 0.14 25.91 1 0.43
Hex DC 5F 0 0 39 64 E 1A 64 2B
Octal 334 137 0 0 71 144 16 32 144 53
Binary 11011100 1011111 0 0 111001 1100100 1110 11010 1100100 101011

Color Harmonies of #DC5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F00

Black with #DC5F00

Text Example


Text Example

White with #DC5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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