Html Css Color HEX #DC4200 Tenne (Tawny)

📋 copy color: '#DC4200'

red 220 ◦ green 66 ◦ blue 0

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

Shades of Tenne (Tawny) #DC4200

Tints of Tenne (Tawny) #DC4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

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

R = 76.92%
G = 23.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC4200 (or 0xDC4200) is known color: Tenne (Tawny). HEX triplet: DC, 42 and 00. RGB value is (220,66,0). Sum of RGB (Red+Green+Blue) = 220+66+0=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4200 is #23BDFF. Grayscale: #686868. Windows color (decimal): -2342400 or 17116. OLE color: 17116.

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

Color convert

RGB 220 66 0 -
CMYK 0 0.7 1 0.14
HSL 18º 1% 0.43% -
HSV(B) 18º 1% 0.86% -
XYZ 31.46 19.11 2.03 -
YUV 104.52 69.02 210.37 -
System Red Green Blue C M Y K H S L
Decimal 220 66 0 0 0.7 1 0.14 18 1 0.43
Hex DC 42 0 0 46 64 E 12 64 2B
Octal 334 102 0 0 106 144 16 22 144 53
Binary 11011100 1000010 0 0 1000110 1100100 1110 10010 1100100 101011

Color Harmonies of #DC4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4200

Black with #DC4200

Text Example


Text Example

White with #DC4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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