Html Css Color HEX #DB570F Tenne (Tawny)

📋 copy color: '#DB570F'

red 219 ◦ green 87 ◦ blue 15

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

Shades of Tenne (Tawny) #DB570F

Tints of Tenne (Tawny) #DB570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 68.22%
G = 27.1%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB570F (or 0xDB570F) is known color: Tenne (Tawny). HEX triplet: DB, 57 and 0F. RGB value is (219,87,15). Sum of RGB (Red+Green+Blue) = 219+87+15=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB570F is #24A8F0. Grayscale: #767676. Windows color (decimal): -2402545 or 1005531. OLE color: 1005531.

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

Color convert

RGB 219 87 15 -
CMYK 0 0.60 0.93 0.14
HSL 21.18º 0.87% 0.46% -
HSV(B) 21.18º 0.93% 0.86% -
XYZ 32.71 21.91 2.96 -
YUV 118.26 69.73 199.85 -
System Red Green Blue C M Y K H S L
Decimal 219 87 15 0 0.60 0.93 0.14 21.18 0.87 0.46
Hex DB 57 F 0 3C 5D E 15 57 2E
Octal 333 127 17 0 74 135 16 25 127 56
Binary 11011011 1010111 1111 0 111100 1011101 1110 10101 1010111 101110

Color Harmonies of #DB570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB570F

Black with #DB570F

Text Example


Text Example

White with #DB570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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