Html Css Color HEX #DC6202 Tenne (Tawny)

📋 copy color: '#DC6202'

red 220 ◦ green 98 ◦ blue 2

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

Shades of Tenne (Tawny) #DC6202

Tints of Tenne (Tawny) #DC6202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 68.75%
G = 30.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6202 (or 0xDC6202) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 02. RGB value is (220,98,2). Sum of RGB (Red+Green+Blue) = 220+98+2=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6202 is #239DFD. Grayscale: #7C7C7C. Windows color (decimal): -2334206 or 156380. OLE color: 156380.

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

Color convert

RGB 220 98 2 -
CMYK 0 0.55 0.99 0.14
HSL 26.42º 0.98% 0.44% -
HSV(B) 26.42º 0.99% 0.86% -
XYZ 33.89 23.96 2.89 -
YUV 123.53 59.42 196.81 -
System Red Green Blue C M Y K H S L
Decimal 220 98 2 0 0.55 0.99 0.14 26.42 0.98 0.44
Hex DC 62 2 0 37 63 E 1A 62 2C
Octal 334 142 2 0 67 143 16 32 142 54
Binary 11011100 1100010 10 0 110111 1100011 1110 11010 1100010 101100

Color Harmonies of #DC6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6202

Black with #DC6202

Text Example


Text Example

White with #DC6202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6202; }

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

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

background-color css

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

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

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

border-color css

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

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

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