Html Css Color HEX #DB5704 Tenne (Tawny)

📋 copy color: '#DB5704'

red 219 ◦ green 87 ◦ blue 4

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

Shades of Tenne (Tawny) #DB5704

Tints of Tenne (Tawny) #DB5704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 70.65%
G = 28.06%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB5704 (or 0xDB5704) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 04. RGB value is (219,87,4). Sum of RGB (Red+Green+Blue) = 219+87+4=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5704 is #24A8FB. Grayscale: #757575. Windows color (decimal): -2402556 or 284635. OLE color: 284635.

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

Color convert

RGB 219 87 4 -
CMYK 0 0.60 0.98 0.14
HSL 23.16º 0.96% 0.44% -
HSV(B) 23.16º 0.98% 0.86% -
XYZ 32.64 21.89 2.62 -
YUV 117.01 64.23 200.75 -
System Red Green Blue C M Y K H S L
Decimal 219 87 4 0 0.60 0.98 0.14 23.16 0.96 0.44
Hex DB 57 4 0 3C 62 E 17 60 2C
Octal 333 127 4 0 74 142 16 27 140 54
Binary 11011011 1010111 100 0 111100 1100010 1110 10111 1100000 101100

Color Harmonies of #DB5704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5704

Black with #DB5704

Text Example


Text Example

White with #DB5704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5704; }

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

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

background-color css

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

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

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

border-color css

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

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

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