Html Css Color HEX #DC6102 Tenne (Tawny)

📋 copy color: '#DC6102'

red 220 ◦ green 97 ◦ blue 2

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

Shades of Tenne (Tawny) #DC6102

Tints of Tenne (Tawny) #DC6102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

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

R = 68.97%
G = 30.41%
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

#DC6102 (or 0xDC6102) is known color: Tenne (Tawny). HEX triplet: DC, 61 and 02. RGB value is (220,97,2). Sum of RGB (Red+Green+Blue) = 220+97+2=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6102 is #239EFD. Grayscale: #7B7B7B. Windows color (decimal): -2334462 or 156124. OLE color: 156124.

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

Color convert

RGB 220 97 2 -
CMYK 0 0.56 0.99 0.14
HSL 26.15º 0.98% 0.44% -
HSV(B) 26.15º 0.99% 0.86% -
XYZ 33.8 23.77 2.86 -
YUV 122.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 220 97 2 0 0.56 0.99 0.14 26.15 0.98 0.44
Hex DC 61 2 0 38 63 E 1A 62 2C
Octal 334 141 2 0 70 143 16 32 142 54
Binary 11011100 1100001 10 0 111000 1100011 1110 11010 1100010 101100

Color Harmonies of #DC6102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6102

Black with #DC6102

Text Example


Text Example

White with #DC6102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6102; }

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

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

background-color css

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

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

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

border-color css

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

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

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