Html Css Color HEX #DB4D0C Tenne (Tawny)

📋 copy color: '#DB4D0C'

red 219 ◦ green 77 ◦ blue 12

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

Shades of Tenne (Tawny) #DB4D0C

Tints of Tenne (Tawny) #DB4D0C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 71.1%
G = 25%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB4D0C (or 0xDB4D0C) is known color: Tenne (Tawny). HEX triplet: DB, 4D and 0C. RGB value is (219,77,12). Sum of RGB (Red+Green+Blue) = 219+77+12=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB4D0C is #24B2F3. Grayscale: #707070. Windows color (decimal): -2405108 or 806363. OLE color: 806363.

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

Color convert

RGB 219 77 12 -
CMYK 0 0.65 0.95 0.14
HSL 18.84º 0.9% 0.45% -
HSV(B) 18.84º 0.95% 0.86% -
XYZ 31.93 20.39 2.6 -
YUV 112.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 219 77 12 0 0.65 0.95 0.14 18.84 0.9 0.45
Hex DB 4D C 0 41 5F E 13 5A 2D
Octal 333 115 14 0 101 137 16 23 132 55
Binary 11011011 1001101 1100 0 1000001 1011111 1110 10011 1011010 101101

Color Harmonies of #DB4D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D0C

Black with #DB4D0C

Text Example


Text Example

White with #DB4D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D0C; }

 p { color: rgb(219,77,12); }

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

background-color css

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

 a { background-color: rgb(219,77,12); }

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

border-color css

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

 span { border-color: rgb(219,77,12); }

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