Html Css Color HEX #DB6008 Tenne (Tawny)

📋 copy color: '#DB6008'

red 219 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #DB6008

Tints of Tenne (Tawny) #DB6008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 67.8%
G = 29.72%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DB6008 (or 0xDB6008) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 08. RGB value is (219,96,8). Sum of RGB (Red+Green+Blue) = 219+96+8=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6008 is #249FF7. Grayscale: #7B7B7B. Windows color (decimal): -2400248 or 549083. OLE color: 549083.

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

Color convert

RGB 219 96 8 -
CMYK 0 0.56 0.96 0.14
HSL 25.02º 0.93% 0.45% -
HSV(B) 25.02º 0.96% 0.86% -
XYZ 33.44 23.44 2.99 -
YUV 122.75 63.25 196.66 -
System Red Green Blue C M Y K H S L
Decimal 219 96 8 0 0.56 0.96 0.14 25.02 0.93 0.45
Hex DB 60 8 0 38 60 E 19 5D 2D
Octal 333 140 10 0 70 140 16 31 135 55
Binary 11011011 1100000 1000 0 111000 1100000 1110 11001 1011101 101101

Color Harmonies of #DB6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6008

Black with #DB6008

Text Example


Text Example

White with #DB6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6008; }

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

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

background-color css

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

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

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

border-color css

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

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

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