Html Css Color HEX #DB4A05 Tenne (Tawny)

📋 copy color: '#DB4A05'

red 219 ◦ green 74 ◦ blue 5

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

Shades of Tenne (Tawny) #DB4A05

Tints of Tenne (Tawny) #DB4A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 73.49%
G = 24.83%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DB4A05 (or 0xDB4A05) is known color: Tenne (Tawny). HEX triplet: DB, 4A and 05. RGB value is (219,74,5). Sum of RGB (Red+Green+Blue) = 219+74+5=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4A05 is #24B5FA. Grayscale: #6D6D6D. Windows color (decimal): -2405883 or 346843. OLE color: 346843.

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

Color convert

RGB 219 74 5 -
CMYK 0 0.66 0.98 0.14
HSL 19.35º 0.96% 0.44% -
HSV(B) 19.35º 0.98% 0.86% -
XYZ 31.69 19.97 2.33 -
YUV 109.49 69.04 206.11 -
System Red Green Blue C M Y K H S L
Decimal 219 74 5 0 0.66 0.98 0.14 19.35 0.96 0.44
Hex DB 4A 5 0 42 62 E 13 60 2C
Octal 333 112 5 0 102 142 16 23 140 54
Binary 11011011 1001010 101 0 1000010 1100010 1110 10011 1100000 101100

Color Harmonies of #DB4A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A05

Black with #DB4A05

Text Example


Text Example

White with #DB4A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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