Html Css Color HEX #DB6002 Tenne (Tawny)

📋 copy color: '#DB6002'

red 219 ◦ green 96 ◦ blue 2

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

Shades of Tenne (Tawny) #DB6002

Tints of Tenne (Tawny) #DB6002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 69.09%
G = 30.28%
B = 0.63%

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

#DB6002 (or 0xDB6002) is known color: Tenne (Tawny). HEX triplet: DB, 60 and 02. RGB value is (219,96,2). Sum of RGB (Red+Green+Blue) = 219+96+2=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6002 is #249FFD. Grayscale: #7A7A7A. Windows color (decimal): -2400254 or 155867. OLE color: 155867.

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

Color convert

RGB 219 96 2 -
CMYK 0 0.56 0.99 0.14
HSL 25.99º 0.98% 0.43% -
HSV(B) 25.99º 0.99% 0.86% -
XYZ 33.41 23.43 2.82 -
YUV 122.06 60.25 197.14 -
System Red Green Blue C M Y K H S L
Decimal 219 96 2 0 0.56 0.99 0.14 25.99 0.98 0.43
Hex DB 60 2 0 38 63 E 1A 62 2B
Octal 333 140 2 0 70 143 16 32 142 53
Binary 11011011 1100000 10 0 111000 1100011 1110 11010 1100010 101011

Color Harmonies of #DB6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6002

Black with #DB6002

Text Example


Text Example

White with #DB6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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