Html Css Color HEX #DB580C Tenne (Tawny)

📋 copy color: '#DB580C'

red 219 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #DB580C

Tints of Tenne (Tawny) #DB580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 68.65%
G = 27.59%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DB580C (or 0xDB580C) is known color: Tenne (Tawny). HEX triplet: DB, 58 and 0C. RGB value is (219,88,12). Sum of RGB (Red+Green+Blue) = 219+88+12=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB580C is #24A7F3. Grayscale: #767676. Windows color (decimal): -2402292 or 809179. OLE color: 809179.

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

Color convert

RGB 219 88 12 -
CMYK 0 0.60 0.95 0.14
HSL 22.03º 0.9% 0.45% -
HSV(B) 22.03º 0.95% 0.86% -
XYZ 32.77 22.07 2.88 -
YUV 118.51 67.9 199.68 -
System Red Green Blue C M Y K H S L
Decimal 219 88 12 0 0.60 0.95 0.14 22.03 0.9 0.45
Hex DB 58 C 0 3C 5F E 16 5A 2D
Octal 333 130 14 0 74 137 16 26 132 55
Binary 11011011 1011000 1100 0 111100 1011111 1110 10110 1011010 101101

Color Harmonies of #DB580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB580C

Black with #DB580C

Text Example


Text Example

White with #DB580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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