Html Css Color HEX #DB6000 Tenne (Tawny)

📋 copy color: '#DB6000'

red 219 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #DB6000

Tints of Tenne (Tawny) #DB6000

RGB

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

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

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

R = 69.52%
G = 30.48%
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

#DB6000 (or 0xDB6000) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 00. RGB value is (219,96,0). Sum of RGB (Red+Green+Blue) = 219+96+0=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6000 is #249FFF. Grayscale: #7A7A7A. Windows color (decimal): -2400256 or 24795. OLE color: 24795.

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

Color convert

RGB 219 96 0 -
CMYK 0 0.56 1 0.14
HSL 26.3º 1% 0.43% -
HSV(B) 26.3º 1% 0.86% -
XYZ 33.4 23.43 2.76 -
YUV 121.83 59.25 197.31 -
System Red Green Blue C M Y K H S L
Decimal 219 96 0 0 0.56 1 0.14 26.3 1 0.43
Hex DB 60 0 0 38 64 E 1A 64 2B
Octal 333 140 0 0 70 144 16 32 144 53
Binary 11011011 1100000 0 0 111000 1100100 1110 11010 1100100 101011

Color Harmonies of #DB6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6000

Black with #DB6000

Text Example


Text Example

White with #DB6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6000; }

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

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

background-color css

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

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

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

border-color css

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

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

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