Html Css Color HEX #DB4506 Tenne (Tawny)

📋 copy color: '#DB4506'

red 219 ◦ green 69 ◦ blue 6

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

Shades of Tenne (Tawny) #DB4506

Tints of Tenne (Tawny) #DB4506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 74.49%
G = 23.47%
B = 2.04%

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

#DB4506 (or 0xDB4506) is known color: Tenne (Tawny). HEX triplet: DB, 45 and 06. RGB value is (219,69,6). Sum of RGB (Red+Green+Blue) = 219+69+6=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4506 is #24BAF9. Grayscale: #6B6B6B. Windows color (decimal): -2407162 or 411099. OLE color: 411099.

HSL color Cylindrical-coordinate representation of color #DB4506: hue angle of 17.75º degrees, saturation: 0.95, 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 #DB4506 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 6 -
CMYK 0 0.68 0.97 0.14
HSL 17.75º 0.95% 0.44% -
HSV(B) 17.75º 0.97% 0.86% -
XYZ 31.37 19.33 2.25 -
YUV 106.67 71.2 208.12 -
System Red Green Blue C M Y K H S L
Decimal 219 69 6 0 0.68 0.97 0.14 17.75 0.95 0.44
Hex DB 45 6 0 44 61 E 12 5F 2C
Octal 333 105 6 0 104 141 16 22 137 54
Binary 11011011 1000101 110 0 1000100 1100001 1110 10010 1011111 101100

Color Harmonies of #DB4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4506

Black with #DB4506

Text Example


Text Example

White with #DB4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4506; }

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

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

background-color css

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

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

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

border-color css

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

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

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