Html Css Color HEX #DB4C14 Tenne (Tawny)

📋 copy color: '#DB4C14'

red 219 ◦ green 76 ◦ blue 20

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

Shades of Tenne (Tawny) #DB4C14

Tints of Tenne (Tawny) #DB4C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 69.52%
G = 24.13%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4C14 (or 0xDB4C14) is known color: Tenne (Tawny). HEX triplet: DB, 4C and 14. RGB value is (219,76,20). Sum of RGB (Red+Green+Blue) = 219+76+20=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4C14 is #24B3EB. Grayscale: #707070. Windows color (decimal): -2405356 or 1330395. OLE color: 1330395.

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

Color convert

RGB 219 76 20 -
CMYK 0 0.65 0.91 0.14
HSL 16.88º 0.83% 0.47% -
HSV(B) 16.88º 0.91% 0.86% -
XYZ 31.92 20.28 2.89 -
YUV 112.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 219 76 20 0 0.65 0.91 0.14 16.88 0.83 0.47
Hex DB 4C 14 0 41 5B E 11 53 2F
Octal 333 114 24 0 101 133 16 21 123 57
Binary 11011011 1001100 10100 0 1000001 1011011 1110 10001 1010011 101111

Color Harmonies of #DB4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C14

Black with #DB4C14

Text Example


Text Example

White with #DB4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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