Html Css Color HEX #DB5304 Tenne (Tawny)

📋 copy color: '#DB5304'

red 219 ◦ green 83 ◦ blue 4

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

Shades of Tenne (Tawny) #DB5304

Tints of Tenne (Tawny) #DB5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 71.57%
G = 27.12%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB5304 (or 0xDB5304) is known color: Tenne (Tawny). HEX triplet: DB, 53 and 04. RGB value is (219,83,4). Sum of RGB (Red+Green+Blue) = 219+83+4=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5304 is #24ACFB. Grayscale: #737373. Windows color (decimal): -2403580 or 283611. OLE color: 283611.

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

Color convert

RGB 219 83 4 -
CMYK 0 0.62 0.98 0.14
HSL 22.05º 0.96% 0.44% -
HSV(B) 22.05º 0.98% 0.86% -
XYZ 32.33 21.26 2.51 -
YUV 114.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 219 83 4 0 0.62 0.98 0.14 22.05 0.96 0.44
Hex DB 53 4 0 3E 62 E 16 60 2C
Octal 333 123 4 0 76 142 16 26 140 54
Binary 11011011 1010011 100 0 111110 1100010 1110 10110 1100000 101100

Color Harmonies of #DB5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5304

Black with #DB5304

Text Example


Text Example

White with #DB5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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