Html Css Color HEX #DB6200 Tenne (Tawny)

📋 copy color: '#DB6200'

red 219 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #DB6200

Tints of Tenne (Tawny) #DB6200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.09%
G = 30.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DB6200 (or 0xDB6200) is known color: Tenne (Tawny). HEX triplet: DB, 62 and 00. RGB value is (219,98,0). Sum of RGB (Red+Green+Blue) = 219+98+0=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6200 is #249DFF. Grayscale: #7B7B7B. Windows color (decimal): -2399744 or 25307. OLE color: 25307.

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

Color convert

RGB 219 98 0 -
CMYK 0 0.55 1 0.14
HSL 26.85º 1% 0.43% -
HSV(B) 26.85º 1% 0.86% -
XYZ 33.58 23.8 2.82 -
YUV 123.01 58.59 196.47 -
System Red Green Blue C M Y K H S L
Decimal 219 98 0 0 0.55 1 0.14 26.85 1 0.43
Hex DB 62 0 0 37 64 E 1B 64 2B
Octal 333 142 0 0 67 144 16 33 144 53
Binary 11011011 1100010 0 0 110111 1100100 1110 11011 1100100 101011

Color Harmonies of #DB6200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6200

Black with #DB6200

Text Example


Text Example

White with #DB6200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6200; }

 p { color: rgb(219,98,0); }

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

background-color css

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

 a { background-color: rgb(219,98,0); }

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

border-color css

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

 span { border-color: rgb(219,98,0); }

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