Html Css Color HEX #DB5902 Tenne (Tawny)

📋 copy color: '#DB5902'

red 219 ◦ green 89 ◦ blue 2

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

Shades of Tenne (Tawny) #DB5902

Tints of Tenne (Tawny) #DB5902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 70.65%
G = 28.71%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB5902 (or 0xDB5902) is known color: Tenne (Tawny). HEX triplet: DB, 59 and 02. RGB value is (219,89,2). Sum of RGB (Red+Green+Blue) = 219+89+2=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5902 is #24A6FD. Grayscale: #767676. Windows color (decimal): -2402046 or 154075. OLE color: 154075.

HSL color Cylindrical-coordinate representation of color #DB5902: hue angle of 24.06º 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 #DB5902 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 2 -
CMYK 0 0.59 0.99 0.14
HSL 24.06º 0.98% 0.43% -
HSV(B) 24.06º 0.99% 0.86% -
XYZ 32.8 22.21 2.62 -
YUV 117.95 62.57 200.07 -
System Red Green Blue C M Y K H S L
Decimal 219 89 2 0 0.59 0.99 0.14 24.06 0.98 0.43
Hex DB 59 2 0 3B 63 E 18 62 2B
Octal 333 131 2 0 73 143 16 30 142 53
Binary 11011011 1011001 10 0 111011 1100011 1110 11000 1100010 101011

Color Harmonies of #DB5902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5902

Black with #DB5902

Text Example


Text Example

White with #DB5902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5902; }

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

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

background-color css

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

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

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

border-color css

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

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

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