Html Css Color HEX #DB5604 Tenne (Tawny)

📋 copy color: '#DB5604'

red 219 ◦ green 86 ◦ blue 4

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

Shades of Tenne (Tawny) #DB5604

Tints of Tenne (Tawny) #DB5604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 70.87%
G = 27.83%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB5604 (or 0xDB5604) is known color: Tenne (Tawny). HEX triplet: DB, 56 and 04. RGB value is (219,86,4). Sum of RGB (Red+Green+Blue) = 219+86+4=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5604 is #24A9FB. Grayscale: #747474. Windows color (decimal): -2402812 or 284379. OLE color: 284379.

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

Color convert

RGB 219 86 4 -
CMYK 0 0.61 0.98 0.14
HSL 22.88º 0.96% 0.44% -
HSV(B) 22.88º 0.98% 0.86% -
XYZ 32.56 21.72 2.59 -
YUV 116.42 64.56 201.17 -
System Red Green Blue C M Y K H S L
Decimal 219 86 4 0 0.61 0.98 0.14 22.88 0.96 0.44
Hex DB 56 4 0 3D 62 E 17 60 2C
Octal 333 126 4 0 75 142 16 27 140 54
Binary 11011011 1010110 100 0 111101 1100010 1110 10111 1100000 101100

Color Harmonies of #DB5604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5604

Black with #DB5604

Text Example


Text Example

White with #DB5604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5604; }

 p { color: rgb(219,86,4); }

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

background-color css

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

 a { background-color: rgb(219,86,4); }

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

border-color css

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

 span { border-color: rgb(219,86,4); }

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