Html Css Color HEX #DB6103 Tenne (Tawny)

📋 copy color: '#DB6103'

red 219 ◦ green 97 ◦ blue 3

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

Shades of Tenne (Tawny) #DB6103

Tints of Tenne (Tawny) #DB6103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 68.65%
G = 30.41%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB6103 (or 0xDB6103) is known color: Tenne (Tawny). HEX triplet: DB, 61 and 03. RGB value is (219,97,3). Sum of RGB (Red+Green+Blue) = 219+97+3=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6103 is #249EFC. Grayscale: #7B7B7B. Windows color (decimal): -2399997 or 221659. OLE color: 221659.

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

Color convert

RGB 219 97 3 -
CMYK 0 0.56 0.99 0.14
HSL 26.11º 0.97% 0.44% -
HSV(B) 26.11º 0.99% 0.86% -
XYZ 33.5 23.62 2.88 -
YUV 122.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 219 97 3 0 0.56 0.99 0.14 26.11 0.97 0.44
Hex DB 61 3 0 38 63 E 1A 61 2C
Octal 333 141 3 0 70 143 16 32 141 54
Binary 11011011 1100001 11 0 111000 1100011 1110 11010 1100001 101100

Color Harmonies of #DB6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6103

Black with #DB6103

Text Example


Text Example

White with #DB6103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6103; }

 p { color: rgb(219,97,3); }

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

background-color css

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

 a { background-color: rgb(219,97,3); }

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

border-color css

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

 span { border-color: rgb(219,97,3); }

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