Html Css Color HEX #DC5F08 Tenne (Tawny)

📋 copy color: '#DC5F08'

red 220 ◦ green 95 ◦ blue 8

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

Shades of Tenne (Tawny) #DC5F08

Tints of Tenne (Tawny) #DC5F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 68.11%
G = 29.41%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC5F08 (or 0xDC5F08) is known color: Tenne (Tawny). HEX triplet: DC, 5F and 08. RGB value is (220,95,8). Sum of RGB (Red+Green+Blue) = 220+95+8=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F08 is #23A0F7. Grayscale: #7A7A7A. Windows color (decimal): -2334968 or 548828. OLE color: 548828.

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

Color convert

RGB 220 95 8 -
CMYK 0 0.57 0.96 0.14
HSL 24.62º 0.93% 0.45% -
HSV(B) 24.62º 0.96% 0.86% -
XYZ 33.65 23.42 2.98 -
YUV 122.46 63.41 197.57 -
System Red Green Blue C M Y K H S L
Decimal 220 95 8 0 0.57 0.96 0.14 24.62 0.93 0.45
Hex DC 5F 8 0 39 60 E 19 5D 2D
Octal 334 137 10 0 71 140 16 31 135 55
Binary 11011100 1011111 1000 0 111001 1100000 1110 11001 1011101 101101

Color Harmonies of #DC5F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F08

Black with #DC5F08

Text Example


Text Example

White with #DC5F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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