Html Css Color HEX #DC6002 Tenne (Tawny)

📋 copy color: '#DC6002'

red 220 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #DC6002

Tints of Tenne (Tawny) #DC6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.19%

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

R = 69.18%
G = 30.19%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC6002 (or 0xDC6002) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 02. RGB value is (220,96,2). Sum of RGB (Red+Green+Blue) = 220+96+2=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6002 is #239FFD. Grayscale: #7A7A7A. Windows color (decimal): -2334718 or 155868. OLE color: 155868.

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

Color convert

RGB 220 96 2 -
CMYK 0 0.56 0.99 0.14
HSL 25.87º 0.98% 0.44% -
HSV(B) 25.87º 0.99% 0.86% -
XYZ 33.71 23.59 2.83 -
YUV 122.36 60.08 197.64 -
System Red Green Blue C M Y K H S L
Decimal 220 96 2 0 0.56 0.99 0.14 25.87 0.98 0.44
Hex DC 60 2 0 38 63 E 1A 62 2C
Octal 334 140 2 0 70 143 16 32 142 54
Binary 11011100 1100000 10 0 111000 1100011 1110 11010 1100010 101100

Color Harmonies of #DC6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6002

Black with #DC6002

Text Example


Text Example

White with #DC6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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