Html Css Color HEX #DB6305 Tenne (Tawny)

📋 copy color: '#DB6305'

red 219 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #DB6305

Tints of Tenne (Tawny) #DB6305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 67.8%
G = 30.65%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB6305 (or 0xDB6305) is known color: Tenne (Tawny). HEX triplet: DB, 63 and 05. RGB value is (219,99,5). Sum of RGB (Red+Green+Blue) = 219+99+5=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6305 is #249CFA. Grayscale: #7C7C7C. Windows color (decimal): -2399483 or 353243. OLE color: 353243.

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

Color convert

RGB 219 99 5 -
CMYK 0 0.55 0.98 0.14
HSL 26.36º 0.96% 0.44% -
HSV(B) 26.36º 0.98% 0.86% -
XYZ 33.7 23.99 3 -
YUV 124.16 60.76 195.64 -
System Red Green Blue C M Y K H S L
Decimal 219 99 5 0 0.55 0.98 0.14 26.36 0.96 0.44
Hex DB 63 5 0 37 62 E 1A 60 2C
Octal 333 143 5 0 67 142 16 32 140 54
Binary 11011011 1100011 101 0 110111 1100010 1110 11010 1100000 101100

Color Harmonies of #DB6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6305

Black with #DB6305

Text Example


Text Example

White with #DB6305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6305; }

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

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

background-color css

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

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

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

border-color css

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

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

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