Html Css Color HEX #DB5F06 Tenne (Tawny)

📋 copy color: '#DB5F06'

red 219 ◦ green 95 ◦ blue 6

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

Shades of Tenne (Tawny) #DB5F06

Tints of Tenne (Tawny) #DB5F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.88%

R = 68.44%
G = 29.69%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DB5F06 (or 0xDB5F06) is known color: Tenne (Tawny). HEX triplet: DB, 5F and 06. RGB value is (219,95,6). Sum of RGB (Red+Green+Blue) = 219+95+6=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F06 is #24A0F9. Grayscale: #7A7A7A. Windows color (decimal): -2400506 or 417755. OLE color: 417755.

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

Color convert

RGB 219 95 6 -
CMYK 0 0.57 0.97 0.14
HSL 25.07º 0.95% 0.44% -
HSV(B) 25.07º 0.97% 0.86% -
XYZ 33.34 23.26 2.9 -
YUV 121.93 62.58 197.24 -
System Red Green Blue C M Y K H S L
Decimal 219 95 6 0 0.57 0.97 0.14 25.07 0.95 0.44
Hex DB 5F 6 0 39 61 E 19 5F 2C
Octal 333 137 6 0 71 141 16 31 137 54
Binary 11011011 1011111 110 0 111001 1100001 1110 11001 1011111 101100

Color Harmonies of #DB5F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F06

Black with #DB5F06

Text Example


Text Example

White with #DB5F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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