Html Css Color HEX #DB6001 Tenne (Tawny)

📋 copy color: '#DB6001'

red 219 ◦ green 96 ◦ blue 1

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

Shades of Tenne (Tawny) #DB6001

Tints of Tenne (Tawny) #DB6001

RGB

 RED value IS 219 (85.94% from 255) = 69.3%

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 69.3%
G = 30.38%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DB6001 (or 0xDB6001) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 01. RGB value is (219,96,1). Sum of RGB (Red+Green+Blue) = 219+96+1=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6001 is #249FFE. Grayscale: #7A7A7A. Windows color (decimal): -2400255 or 90331. OLE color: 90331.

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

Color convert

RGB 219 96 1 -
CMYK 0 0.56 1.00 0.14
HSL 26.15º 0.99% 0.43% -
HSV(B) 26.15º 1% 0.86% -
XYZ 33.4 23.43 2.79 -
YUV 121.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 219 96 1 0 0.56 1.00 0.14 26.15 0.99 0.43
Hex DB 60 1 0 38 64 E 1A 63 2B
Octal 333 140 1 0 70 144 16 32 143 53
Binary 11011011 1100000 1 0 111000 1100100 1110 11010 1100011 101011

Color Harmonies of #DB6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6001

Black with #DB6001

Text Example


Text Example

White with #DB6001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6001; }

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

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

background-color css

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

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

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

border-color css

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

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

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