Html Css Color HEX #DB4C10 Tenne (Tawny)

📋 copy color: '#DB4C10'

red 219 ◦ green 76 ◦ blue 16

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

Shades of Tenne (Tawny) #DB4C10

Tints of Tenne (Tawny) #DB4C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.14%

R = 70.42%
G = 24.44%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB4C10 (or 0xDB4C10) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 10. RGB value is (219,76,16). Sum of RGB (Red+Green+Blue) = 219+76+16=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C10 is #24B3EF. Grayscale: #707070. Windows color (decimal): -2405360 or 1068251. OLE color: 1068251.

HSL color Cylindrical-coordinate representation of color #DB4C10: hue angle of 17.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB4C10 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 76 16 -
CMYK 0 0.65 0.93 0.14
HSL 17.73º 0.86% 0.46% -
HSV(B) 17.73º 0.93% 0.86% -
XYZ 31.89 20.27 2.72 -
YUV 111.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 219 76 16 0 0.65 0.93 0.14 17.73 0.86 0.46
Hex DB 4C 10 0 41 5D E 12 56 2E
Octal 333 114 20 0 101 135 16 22 126 56
Binary 11011011 1001100 10000 0 1000001 1011101 1110 10010 1010110 101110

Color Harmonies of #DB4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C10

Black with #DB4C10

Text Example


Text Example

White with #DB4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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