Html Css Color HEX #DB4B13 Tenne (Tawny)

📋 copy color: '#DB4B13'

red 219 ◦ green 75 ◦ blue 19

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

Shades of Tenne (Tawny) #DB4B13

Tints of Tenne (Tawny) #DB4B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.96%

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 69.97%
G = 23.96%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4B13 (or 0xDB4B13) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 13. RGB value is (219,75,19). Sum of RGB (Red+Green+Blue) = 219+75+19=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B13 is #24B4EC. Grayscale: #707070. Windows color (decimal): -2405613 or 1264603. OLE color: 1264603.

HSL color Cylindrical-coordinate representation of color #DB4B13: hue angle of 16.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB4B13 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 75 19 -
CMYK 0 0.66 0.91 0.14
HSL 16.8º 0.84% 0.47% -
HSV(B) 16.8º 0.91% 0.86% -
XYZ 31.85 20.14 2.82 -
YUV 111.67 75.71 204.55 -
System Red Green Blue C M Y K H S L
Decimal 219 75 19 0 0.66 0.91 0.14 16.8 0.84 0.47
Hex DB 4B 13 0 42 5B E 11 54 2F
Octal 333 113 23 0 102 133 16 21 124 57
Binary 11011011 1001011 10011 0 1000010 1011011 1110 10001 1010100 101111

Color Harmonies of #DB4B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B13

Black with #DB4B13

Text Example


Text Example

White with #DB4B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B13; }

 p { color: rgb(219,75,19); }

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

background-color css

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

 a { background-color: rgb(219,75,19); }

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

border-color css

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

 span { border-color: rgb(219,75,19); }

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