Html Css Color HEX #DC4400 Tenne (Tawny)

📋 copy color: '#DC4400'

red 220 ◦ green 68 ◦ blue 0

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

Shades of Tenne (Tawny) #DC4400

Tints of Tenne (Tawny) #DC4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

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

R = 76.39%
G = 23.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC4400 (or 0xDC4400) is known color: Tenne (Tawny). HEX triplet: DC, 44 and 00. RGB value is (220,68,0). Sum of RGB (Red+Green+Blue) = 220+68+0=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4400 is #23BBFF. Grayscale: #6A6A6A. Windows color (decimal): -2341888 or 17628. OLE color: 17628.

HSL color Cylindrical-coordinate representation of color #DC4400: hue angle of 18.55º 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 #DC4400 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 68 0 -
CMYK 0 0.69 1 0.14
HSL 18.55º 1% 0.43% -
HSV(B) 18.55º 1% 0.86% -
XYZ 31.58 19.35 2.07 -
YUV 105.7 68.36 209.53 -
System Red Green Blue C M Y K H S L
Decimal 220 68 0 0 0.69 1 0.14 18.55 1 0.43
Hex DC 44 0 0 45 64 E 13 64 2B
Octal 334 104 0 0 105 144 16 23 144 53
Binary 11011100 1000100 0 0 1000101 1100100 1110 10011 1100100 101011

Color Harmonies of #DC4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4400

Black with #DC4400

Text Example


Text Example

White with #DC4400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4400; }

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

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

background-color css

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

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

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

border-color css

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

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

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