Html Css Color HEX #DB570E Tenne (Tawny)

📋 copy color: '#DB570E'

red 219 ◦ green 87 ◦ blue 14

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

Shades of Tenne (Tawny) #DB570E

Tints of Tenne (Tawny) #DB570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 68.44%
G = 27.19%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB570E (or 0xDB570E) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 0E. RGB value is (219,87,14). Sum of RGB (Red+Green+Blue) = 219+87+14=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB570E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB570E is #24A8F1. Grayscale: #767676. Windows color (decimal): -2402546 or 939995. OLE color: 939995.

HSL color Cylindrical-coordinate representation of color #DB570E: hue angle of 21.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB570E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 14 -
CMYK 0 0.60 0.94 0.14
HSL 21.37º 0.88% 0.46% -
HSV(B) 21.37º 0.94% 0.86% -
XYZ 32.7 21.91 2.92 -
YUV 118.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 219 87 14 0 0.60 0.94 0.14 21.37 0.88 0.46
Hex DB 57 E 0 3C 5E E 15 58 2E
Octal 333 127 16 0 74 136 16 25 130 56
Binary 11011011 1010111 1110 0 111100 1011110 1110 10101 1011000 101110

Color Harmonies of #DB570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB570E

Black with #DB570E

Text Example


Text Example

White with #DB570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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