Html Css Color HEX #D6580E Tenne (Tawny)

📋 copy color: '#D6580E'

red 214 ◦ green 88 ◦ blue 14

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

Shades of Tenne (Tawny) #D6580E

Tints of Tenne (Tawny) #D6580E

RGB

 RED value IS 214 (83.98% from 255) = 67.72%

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

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 67.72%
G = 27.85%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6580E (or 0xD6580E) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 0E. RGB value is (214,88,14). Sum of RGB (Red+Green+Blue) = 214+88+14=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D6580E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6580E is #29A7F1. Grayscale: #757575. Windows color (decimal): -2729970 or 940246. OLE color: 940246.

HSL color Cylindrical-coordinate representation of color #D6580E: hue angle of 22.2º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6580E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 14 -
CMYK 0 0.59 0.93 0.16
HSL 22.2º 0.88% 0.45% -
HSV(B) 22.2º 0.93% 0.84% -
XYZ 31.3 21.31 2.88 -
YUV 117.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 214 88 14 0 0.59 0.93 0.16 22.2 0.88 0.45
Hex D6 58 E 0 3B 5D 10 16 58 2D
Octal 326 130 16 0 73 135 20 26 130 55
Binary 11010110 1011000 1110 0 111011 1011101 10000 10110 1011000 101101

Color Harmonies of #D6580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6580E

Black with #D6580E

Text Example


Text Example

White with #D6580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6580E; }

 p { color: rgb(214,88,14); }

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

background-color css

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

 a { background-color: rgb(214,88,14); }

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

border-color css

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

 span { border-color: rgb(214,88,14); }

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