#DC6102

Color #DC6102 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #DC6102

Tints of Tenne (Tawny) #DC6102

Color information

#DC6102 (or 0xDC6102) is unknown color: approx 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

RGB220972-
CMYK00.560.990.14
HSL26.15º98.2%43.53%-
HSV(B)26.15º99.09%86.27%-
XYZ33.823.772.86-
YUV122.9559.75197.22-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22097200.560.990.1426.1598.243.53
HexDC61203863E1a622c
Octal3341412070143163214254
Binary11011100110000110011100011000111110110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>