Html Css Color HEX #DB5204 Tenne (Tawny)

📋 copy color: '#DB5204'

red 219 ◦ green 82 ◦ blue 4

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

Shades of Tenne (Tawny) #DB5204

Tints of Tenne (Tawny) #DB5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 71.8%
G = 26.89%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB5204 (or 0xDB5204) is known color: Tenne (Tawny). HEX triplet: DB, 52 and 04. RGB value is (219,82,4). Sum of RGB (Red+Green+Blue) = 219+82+4=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5204 is #24ADFB. Grayscale: #727272. Windows color (decimal): -2403836 or 283355. OLE color: 283355.

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

Color convert

RGB 219 82 4 -
CMYK 0 0.63 0.98 0.14
HSL 21.77º 0.96% 0.44% -
HSV(B) 21.77º 0.98% 0.86% -
XYZ 32.25 21.1 2.49 -
YUV 114.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 219 82 4 0 0.63 0.98 0.14 21.77 0.96 0.44
Hex DB 52 4 0 3F 62 E 16 60 2C
Octal 333 122 4 0 77 142 16 26 140 54
Binary 11011011 1010010 100 0 111111 1100010 1110 10110 1100000 101100

Color Harmonies of #DB5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5204

Black with #DB5204

Text Example


Text Example

White with #DB5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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