#DA6001

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

Shades of Tenne (Tawny) #DA6001

Tints of Tenne (Tawny) #DA6001

Color information

#DA6001 (or 0xDA6001) is unknown color: approx Tenne (Tawny). HEX triplet: DA, 60 and 01. RGB value is (218,96,1). Sum of RGB (Red+Green+Blue) = 218+96+1=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6001 is #259FFE. Grayscale: #7A7A7A. Windows color (decimal): -2465791 or 90330. OLE color: 90330.

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

Color convert

RGB218961-
CMYK00.561.000.15
HSL26.27º99.09%42.94%-
HSV(B)26.27º99.54%85.49%-
XYZ33.123.272.78-
YUV121.6559.92196.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 69.21%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=69.21%
G=30.48%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21896100.561.000.1526.2799.0942.94
HexDA60103864F1a632b
Octal3321401070144173214353
Binary1101101011000001011100011001001111110101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6001; }

 p { color: rgb(218,96,1); }

 H1.HeaderClassName
 {
   color: #DA6001;
 }
 .AnyTagClassName
 {
   color: #DA6001;
 }
</style>
background-color css

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

 a { background-color: rgb(218,96,1); }

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

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

 span { border-color: rgb(218,96,1); }

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