Html Css Color HEX #D9580B Tenne (Tawny)

📋 copy color: '#D9580B'

red 217 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #D9580B

Tints of Tenne (Tawny) #D9580B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 68.67%
G = 27.85%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9580B (or 0xD9580B) is known color: Tenne (Tawny). HEX triplet: D9, 58 and 0B. RGB value is (217,88,11). Sum of RGB (Red+Green+Blue) = 217+88+11=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9580B is #26A7F4. Grayscale: #767676. Windows color (decimal): -2533365 or 743641. OLE color: 743641.

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

Color convert

RGB 217 88 11 -
CMYK 0 0.59 0.95 0.15
HSL 22.43º 0.9% 0.45% -
HSV(B) 22.43º 0.95% 0.85% -
XYZ 32.17 21.76 2.82 -
YUV 117.79 67.74 198.76 -
System Red Green Blue C M Y K H S L
Decimal 217 88 11 0 0.59 0.95 0.15 22.43 0.9 0.45
Hex D9 58 B 0 3B 5F F 16 5A 2D
Octal 331 130 13 0 73 137 17 26 132 55
Binary 11011001 1011000 1011 0 111011 1011111 1111 10110 1011010 101101

Color Harmonies of #D9580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9580B

Black with #D9580B

Text Example


Text Example

White with #D9580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9580B; }

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

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

background-color css

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

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

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

border-color css

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

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

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