Html Css Color HEX #DB4C06 Tenne (Tawny)

📋 copy color: '#DB4C06'

red 219 ◦ green 76 ◦ blue 6

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

Shades of Tenne (Tawny) #DB4C06

Tints of Tenne (Tawny) #DB4C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 72.76%
G = 25.25%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB4C06 (or 0xDB4C06) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 06. RGB value is (219,76,6). Sum of RGB (Red+Green+Blue) = 219+76+6=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C06 is #24B3F9. Grayscale: #6F6F6F. Windows color (decimal): -2405370 or 412891. OLE color: 412891.

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

Color convert

RGB 219 76 6 -
CMYK 0 0.65 0.97 0.14
HSL 19.72º 0.95% 0.44% -
HSV(B) 19.72º 0.97% 0.86% -
XYZ 31.83 20.24 2.4 -
YUV 110.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 219 76 6 0 0.65 0.97 0.14 19.72 0.95 0.44
Hex DB 4C 6 0 41 61 E 14 5F 2C
Octal 333 114 6 0 101 141 16 24 137 54
Binary 11011011 1001100 110 0 1000001 1100001 1110 10100 1011111 101100

Color Harmonies of #DB4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C06

Black with #DB4C06

Text Example


Text Example

White with #DB4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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