Html Css Color HEX #DB6306 Tenne (Tawny)

📋 copy color: '#DB6306'

red 219 ◦ green 99 ◦ blue 6

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

Shades of Tenne (Tawny) #DB6306

Tints of Tenne (Tawny) #DB6306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 67.59%
G = 30.56%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB6306 (or 0xDB6306) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 06. RGB value is (219,99,6). Sum of RGB (Red+Green+Blue) = 219+99+6=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6306 is #249CF9. Grayscale: #7C7C7C. Windows color (decimal): -2399482 or 418779. OLE color: 418779.

HSL color Cylindrical-coordinate representation of color #DB6306: hue angle of 26.2º degrees, saturation: 0.95, 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 #DB6306 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 6 -
CMYK 0 0.55 0.97 0.14
HSL 26.2º 0.95% 0.44% -
HSV(B) 26.2º 0.97% 0.86% -
XYZ 33.71 24 3.03 -
YUV 124.28 61.26 195.56 -
System Red Green Blue C M Y K H S L
Decimal 219 99 6 0 0.55 0.97 0.14 26.2 0.95 0.44
Hex DB 63 6 0 37 61 E 1A 5F 2C
Octal 333 143 6 0 67 141 16 32 137 54
Binary 11011011 1100011 110 0 110111 1100001 1110 11010 1011111 101100

Color Harmonies of #DB6306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6306

Black with #DB6306

Text Example


Text Example

White with #DB6306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6306; }

 p { color: rgb(219,99,6); }

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

background-color css

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

 a { background-color: rgb(219,99,6); }

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

border-color css

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

 span { border-color: rgb(219,99,6); }

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