Html Css Color HEX #D9580C Tenne (Tawny)

📋 copy color: '#D9580C'

red 217 ◦ green 88 ◦ blue 12

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

Shades of Tenne (Tawny) #D9580C

Tints of Tenne (Tawny) #D9580C

RGB

 RED value IS 217 (85.16% from 255) = 68.45%

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

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

R = 68.45%
G = 27.76%
B = 3.79%

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

#D9580C (or 0xD9580C) is known color: Tenne (Tawny). HEX triplet: D9, 58 and 0C. RGB value is (217,88,12). Sum of RGB (Red+Green+Blue) = 217+88+12=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9580C is #26A7F3. Grayscale: #767676. Windows color (decimal): -2533364 or 809177. OLE color: 809177.

HSL color Cylindrical-coordinate representation of color #D9580C: hue angle of 22.24º degrees, saturation: 0.9, 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 #D9580C is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 88 12 -
CMYK 0 0.59 0.94 0.15
HSL 22.24º 0.9% 0.45% -
HSV(B) 22.24º 0.94% 0.85% -
XYZ 32.17 21.76 2.85 -
YUV 117.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 217 88 12 0 0.59 0.94 0.15 22.24 0.9 0.45
Hex D9 58 C 0 3B 5E F 16 5A 2D
Octal 331 130 14 0 73 136 17 26 132 55
Binary 11011001 1011000 1100 0 111011 1011110 1111 10110 1011010 101101

Color Harmonies of #D9580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9580C

Black with #D9580C

Text Example


Text Example

White with #D9580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9580C; }

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

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

background-color css

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

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

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

border-color css

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

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

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