Html Css Color HEX #DC6000 Tenne (Tawny)

📋 copy color: '#DC6000'

red 220 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #DC6000

Tints of Tenne (Tawny) #DC6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.62%
G = 30.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC6000 (or 0xDC6000) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 00. RGB value is (220,96,0). Sum of RGB (Red+Green+Blue) = 220+96+0=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6000 is #239FFF. Grayscale: #7A7A7A. Windows color (decimal): -2334720 or 24796. OLE color: 24796.

HSL color Cylindrical-coordinate representation of color #DC6000: hue angle of 26.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC6000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 0 -
CMYK 0 0.56 1 0.14
HSL 26.18º 1% 0.43% -
HSV(B) 26.18º 1% 0.86% -
XYZ 33.7 23.58 2.78 -
YUV 122.13 59.08 197.81 -
System Red Green Blue C M Y K H S L
Decimal 220 96 0 0 0.56 1 0.14 26.18 1 0.43
Hex DC 60 0 0 38 64 E 1A 64 2B
Octal 334 140 0 0 70 144 16 32 144 53
Binary 11011100 1100000 0 0 111000 1100100 1110 11010 1100100 101011

Color Harmonies of #DC6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6000

Black with #DC6000

Text Example


Text Example

White with #DC6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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