Html Css Color HEX #DC5907 Tenne (Tawny)

📋 copy color: '#DC5907'

red 220 ◦ green 89 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5907

Tints of Tenne (Tawny) #DC5907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 69.62%
G = 28.16%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5907 (or 0xDC5907) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 07. RGB value is (220,89,7). Sum of RGB (Red+Green+Blue) = 220+89+7=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5907 is #23A6F8. Grayscale: #777777. Windows color (decimal): -2336505 or 481756. OLE color: 481756.

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

Color convert

RGB 220 89 7 -
CMYK 0 0.60 0.97 0.14
HSL 23.1º 0.94% 0.45% -
HSV(B) 23.1º 0.97% 0.86% -
XYZ 33.13 22.38 2.77 -
YUV 118.82 64.9 200.17 -
System Red Green Blue C M Y K H S L
Decimal 220 89 7 0 0.60 0.97 0.14 23.1 0.94 0.45
Hex DC 59 7 0 3C 61 E 17 5E 2D
Octal 334 131 7 0 74 141 16 27 136 55
Binary 11011100 1011001 111 0 111100 1100001 1110 10111 1011110 101101

Color Harmonies of #DC5907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5907

Black with #DC5907

Text Example


Text Example

White with #DC5907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5907; }

 p { color: rgb(220,89,7); }

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

background-color css

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

 a { background-color: rgb(220,89,7); }

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

border-color css

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

 span { border-color: rgb(220,89,7); }

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