Html Css Color HEX #DB6007 Tenne (Tawny)

📋 copy color: '#DB6007'

red 219 ◦ green 96 ◦ blue 7

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

Shades of Tenne (Tawny) #DB6007

Tints of Tenne (Tawny) #DB6007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 68.01%
G = 29.81%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB6007 (or 0xDB6007) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 07. RGB value is (219,96,7). Sum of RGB (Red+Green+Blue) = 219+96+7=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6007 is #249FF8. Grayscale: #7B7B7B. Windows color (decimal): -2400249 or 483547. OLE color: 483547.

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

Color convert

RGB 219 96 7 -
CMYK 0 0.56 0.97 0.14
HSL 25.19º 0.94% 0.44% -
HSV(B) 25.19º 0.97% 0.86% -
XYZ 33.43 23.44 2.96 -
YUV 122.63 62.75 196.74 -
System Red Green Blue C M Y K H S L
Decimal 219 96 7 0 0.56 0.97 0.14 25.19 0.94 0.44
Hex DB 60 7 0 38 61 E 19 5E 2C
Octal 333 140 7 0 70 141 16 31 136 54
Binary 11011011 1100000 111 0 111000 1100001 1110 11001 1011110 101100

Color Harmonies of #DB6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6007

Black with #DB6007

Text Example


Text Example

White with #DB6007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6007; }

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

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

background-color css

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

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

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

border-color css

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

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

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