Html Css Color HEX #DB4C15 Tenne (Tawny)

📋 copy color: '#DB4C15'

red 219 ◦ green 76 ◦ blue 21

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

Shades of Tenne (Tawny) #DB4C15

Tints of Tenne (Tawny) #DB4C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.05%

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 69.3%
G = 24.05%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB4C15 (or 0xDB4C15) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 15. RGB value is (219,76,21). Sum of RGB (Red+Green+Blue) = 219+76+21=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C15 is #24B3EA. Grayscale: #707070. Windows color (decimal): -2405355 or 1395931. OLE color: 1395931.

HSL color Cylindrical-coordinate representation of color #DB4C15: hue angle of 16.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB4C15 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 21 -
CMYK 0 0.65 0.90 0.14
HSL 16.67º 0.83% 0.47% -
HSV(B) 16.67º 0.9% 0.86% -
XYZ 31.93 20.28 2.94 -
YUV 112.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 219 76 21 0 0.65 0.90 0.14 16.67 0.83 0.47
Hex DB 4C 15 0 41 5A E 11 52 2F
Octal 333 114 25 0 101 132 16 21 122 57
Binary 11011011 1001100 10101 0 1000001 1011010 1110 10001 1010010 101111

Color Harmonies of #DB4C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C15

Black with #DB4C15

Text Example


Text Example

White with #DB4C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C15; }

 p { color: rgb(219,76,21); }

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

background-color css

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

 a { background-color: rgb(219,76,21); }

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

border-color css

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

 span { border-color: rgb(219,76,21); }

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