Html Css Color HEX #DC6204 Tenne (Tawny)

📋 copy color: '#DC6204'

red 220 ◦ green 98 ◦ blue 4

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

Shades of Tenne (Tawny) #DC6204

Tints of Tenne (Tawny) #DC6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 68.32%
G = 30.43%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC6204 (or 0xDC6204) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 04. RGB value is (220,98,4). Sum of RGB (Red+Green+Blue) = 220+98+4=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6204 is #239DFB. Grayscale: #7C7C7C. Windows color (decimal): -2334204 or 287452. OLE color: 287452.

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

Color convert

RGB 220 98 4 -
CMYK 0 0.55 0.98 0.14
HSL 26.11º 0.96% 0.44% -
HSV(B) 26.11º 0.98% 0.86% -
XYZ 33.9 23.96 2.95 -
YUV 123.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 220 98 4 0 0.55 0.98 0.14 26.11 0.96 0.44
Hex DC 62 4 0 37 62 E 1A 60 2C
Octal 334 142 4 0 67 142 16 32 140 54
Binary 11011100 1100010 100 0 110111 1100010 1110 11010 1100000 101100

Color Harmonies of #DC6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6204

Black with #DC6204

Text Example


Text Example

White with #DC6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6204; }

 p { color: rgb(220,98,4); }

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

background-color css

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

 a { background-color: rgb(220,98,4); }

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

border-color css

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

 span { border-color: rgb(220,98,4); }

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