Html Css Color HEX #DB4A0D Tenne (Tawny)

📋 copy color: '#DB4A0D'

red 219 ◦ green 74 ◦ blue 13

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

Shades of Tenne (Tawny) #DB4A0D

Tints of Tenne (Tawny) #DB4A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 13 (5.47% from 255) = 4.25%

R = 71.57%
G = 24.18%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB4A0D (or 0xDB4A0D) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 0D. RGB value is (219,74,13). Sum of RGB (Red+Green+Blue) = 219+74+13=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A0D is #24B5F2. Grayscale: #6E6E6E. Windows color (decimal): -2405875 or 871131. OLE color: 871131.

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

Color convert

RGB 219 74 13 -
CMYK 0 0.66 0.94 0.14
HSL 17.77º 0.89% 0.45% -
HSV(B) 17.77º 0.94% 0.86% -
XYZ 31.73 19.99 2.57 -
YUV 110.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 219 74 13 0 0.66 0.94 0.14 17.77 0.89 0.45
Hex DB 4A D 0 42 5E E 12 59 2D
Octal 333 112 15 0 102 136 16 22 131 55
Binary 11011011 1001010 1101 0 1000010 1011110 1110 10010 1011001 101101

Color Harmonies of #DB4A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A0D

Black with #DB4A0D

Text Example


Text Example

White with #DB4A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A0D; }

 p { color: rgb(219,74,13); }

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

background-color css

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

 a { background-color: rgb(219,74,13); }

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

border-color css

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

 span { border-color: rgb(219,74,13); }

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