Html Css Color HEX #DB4507 Tenne (Tawny)

📋 copy color: '#DB4507'

red 219 ◦ green 69 ◦ blue 7

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

Shades of Tenne (Tawny) #DB4507

Tints of Tenne (Tawny) #DB4507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 7 (3.13% from 255) = 2.37%

R = 74.24%
G = 23.39%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB4507 (or 0xDB4507) is known color: Tenne (Tawny). HEX triplet: DB, 45 and 07. RGB value is (219,69,7). Sum of RGB (Red+Green+Blue) = 219+69+7=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4507 is #24BAF8. Grayscale: #6B6B6B. Windows color (decimal): -2407161 or 476635. OLE color: 476635.

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

Color convert

RGB 219 69 7 -
CMYK 0 0.68 0.97 0.14
HSL 17.55º 0.94% 0.44% -
HSV(B) 17.55º 0.97% 0.86% -
XYZ 31.38 19.33 2.28 -
YUV 106.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 219 69 7 0 0.68 0.97 0.14 17.55 0.94 0.44
Hex DB 45 7 0 44 61 E 12 5E 2C
Octal 333 105 7 0 104 141 16 22 136 54
Binary 11011011 1000101 111 0 1000100 1100001 1110 10010 1011110 101100

Color Harmonies of #DB4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4507

Black with #DB4507

Text Example


Text Example

White with #DB4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4507; }

 p { color: rgb(219,69,7); }

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

background-color css

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

 a { background-color: rgb(219,69,7); }

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

border-color css

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

 span { border-color: rgb(219,69,7); }

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