Html Css Color HEX #DB4B14 Tenne (Tawny)

📋 copy color: '#DB4B14'

red 219 ◦ green 75 ◦ blue 20

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

Shades of Tenne (Tawny) #DB4B14

Tints of Tenne (Tawny) #DB4B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.89%

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

R = 69.75%
G = 23.89%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB4B14 (or 0xDB4B14) is known color: Tenne (Tawny). HEX triplet: DB, 4B and 14. RGB value is (219,75,20). Sum of RGB (Red+Green+Blue) = 219+75+20=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB4B14 is #24B4EB. Grayscale: #707070. Windows color (decimal): -2405612 or 1330139. OLE color: 1330139.

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

Color convert

RGB 219 75 20 -
CMYK 0 0.66 0.91 0.14
HSL 16.58º 0.83% 0.47% -
HSV(B) 16.58º 0.91% 0.86% -
XYZ 31.86 20.14 2.87 -
YUV 111.79 76.21 204.47 -
System Red Green Blue C M Y K H S L
Decimal 219 75 20 0 0.66 0.91 0.14 16.58 0.83 0.47
Hex DB 4B 14 0 42 5B E 11 53 2F
Octal 333 113 24 0 102 133 16 21 123 57
Binary 11011011 1001011 10100 0 1000010 1011011 1110 10001 1010011 101111

Color Harmonies of #DB4B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B14

Black with #DB4B14

Text Example


Text Example

White with #DB4B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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