Html Css Color HEX #DB5F0D Tenne (Tawny)

📋 copy color: '#DB5F0D'

red 219 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #DB5F0D

Tints of Tenne (Tawny) #DB5F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 66.97%
G = 29.05%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB5F0D (or 0xDB5F0D) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 0D. RGB value is (219,95,13). Sum of RGB (Red+Green+Blue) = 219+95+13=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F0D is #24A0F2. Grayscale: #7B7B7B. Windows color (decimal): -2400499 or 876507. OLE color: 876507.

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

Color convert

RGB 219 95 13 -
CMYK 0 0.57 0.94 0.14
HSL 23.88º 0.89% 0.45% -
HSV(B) 23.88º 0.94% 0.86% -
XYZ 33.38 23.27 3.11 -
YUV 122.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 219 95 13 0 0.57 0.94 0.14 23.88 0.89 0.45
Hex DB 5F D 0 39 5E E 18 59 2D
Octal 333 137 15 0 71 136 16 30 131 55
Binary 11011011 1011111 1101 0 111001 1011110 1110 11000 1011001 101101

Color Harmonies of #DB5F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F0D

Black with #DB5F0D

Text Example


Text Example

White with #DB5F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F0D; }

 p { color: rgb(219,95,13); }

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

background-color css

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

 a { background-color: rgb(219,95,13); }

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

border-color css

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

 span { border-color: rgb(219,95,13); }

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