Html Css Color HEX #DC5F0D Tenne (Tawny)

📋 copy color: '#DC5F0D'

red 220 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #DC5F0D

Tints of Tenne (Tawny) #DC5F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 67.07%
G = 28.96%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC5F0D (or 0xDC5F0D) is known color: Tenne (Tawny). HEX triplet: DC, 5F and 0D. RGB value is (220,95,13). Sum of RGB (Red+Green+Blue) = 220+95+13=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5F0D is #23A0F2. Grayscale: #7B7B7B. Windows color (decimal): -2334963 or 876508. OLE color: 876508.

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

Color convert

RGB 220 95 13 -
CMYK 0 0.57 0.94 0.14
HSL 23.77º 0.89% 0.46% -
HSV(B) 23.77º 0.94% 0.86% -
XYZ 33.68 23.43 3.13 -
YUV 123.03 65.91 197.17 -
System Red Green Blue C M Y K H S L
Decimal 220 95 13 0 0.57 0.94 0.14 23.77 0.89 0.46
Hex DC 5F D 0 39 5E E 18 59 2E
Octal 334 137 15 0 71 136 16 30 131 56
Binary 11011100 1011111 1101 0 111001 1011110 1110 11000 1011001 101110

Color Harmonies of #DC5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F0D

Black with #DC5F0D

Text Example


Text Example

White with #DC5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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