Html Css Color HEX #D8580C Tenne (Tawny)

📋 copy color: '#D8580C'

red 216 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #D8580C

Tints of Tenne (Tawny) #D8580C

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

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

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

R = 68.35%
G = 27.85%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8580C (or 0xD8580C) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 0C. RGB value is (216,88,12). Sum of RGB (Red+Green+Blue) = 216+88+12=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8580C is #27A7F3. Grayscale: #767676. Windows color (decimal): -2598900 or 809176. OLE color: 809176.

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

Color convert

RGB 216 88 12 -
CMYK 0 0.59 0.94 0.15
HSL 22.35º 0.89% 0.45% -
HSV(B) 22.35º 0.94% 0.85% -
XYZ 31.87 21.6 2.84 -
YUV 117.61 68.41 198.18 -
System Red Green Blue C M Y K H S L
Decimal 216 88 12 0 0.59 0.94 0.15 22.35 0.89 0.45
Hex D8 58 C 0 3B 5E F 16 59 2D
Octal 330 130 14 0 73 136 17 26 131 55
Binary 11011000 1011000 1100 0 111011 1011110 1111 10110 1011001 101101

Color Harmonies of #D8580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8580C

Black with #D8580C

Text Example


Text Example

White with #D8580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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