Html Css Color HEX #DB5D0C Tenne (Tawny)

📋 copy color: '#DB5D0C'

red 219 ◦ green 93 ◦ blue 12

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

Shades of Tenne (Tawny) #DB5D0C

Tints of Tenne (Tawny) #DB5D0C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

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

R = 67.59%
G = 28.7%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB5D0C (or 0xDB5D0C) is known color: Tenne (Tawny). HEX triplet: DB, 5D and 0C. RGB value is (219,93,12). Sum of RGB (Red+Green+Blue) = 219+93+12=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5D0C is #24A2F3. Grayscale: #797979. Windows color (decimal): -2401012 or 810459. OLE color: 810459.

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

Color convert

RGB 219 93 12 -
CMYK 0 0.58 0.95 0.14
HSL 23.48º 0.9% 0.45% -
HSV(B) 23.48º 0.95% 0.86% -
XYZ 33.19 22.92 3.02 -
YUV 121.44 66.24 197.59 -
System Red Green Blue C M Y K H S L
Decimal 219 93 12 0 0.58 0.95 0.14 23.48 0.9 0.45
Hex DB 5D C 0 3A 5F E 17 5A 2D
Octal 333 135 14 0 72 137 16 27 132 55
Binary 11011011 1011101 1100 0 111010 1011111 1110 10111 1011010 101101

Color Harmonies of #DB5D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D0C

Black with #DB5D0C

Text Example


Text Example

White with #DB5D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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