Html Css Color HEX #D8480D Tenne (Tawny)

📋 copy color: '#D8480D'

red 216 ◦ green 72 ◦ blue 13

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

Shades of Tenne (Tawny) #D8480D

Tints of Tenne (Tawny) #D8480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

 BLUE value IS 13 (5.47% from 255) = 4.32%

R = 71.76%
G = 23.92%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8480D (or 0xD8480D) is known color: Tenne (Tawny). HEX triplet: D8, 48 and 0D. RGB value is (216,72,13). Sum of RGB (Red+Green+Blue) = 216+72+13=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8480D is #27B7F2. Grayscale: #6C6C6C. Windows color (decimal): -2602995 or 870616. OLE color: 870616.

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

Color convert

RGB 216 72 13 -
CMYK 0 0.67 0.94 0.15
HSL 17.44º 0.89% 0.45% -
HSV(B) 17.44º 0.94% 0.85% -
XYZ 30.71 19.26 2.48 -
YUV 108.33 74.21 204.8 -
System Red Green Blue C M Y K H S L
Decimal 216 72 13 0 0.67 0.94 0.15 17.44 0.89 0.45
Hex D8 48 D 0 43 5E F 11 59 2D
Octal 330 110 15 0 103 136 17 21 131 55
Binary 11011000 1001000 1101 0 1000011 1011110 1111 10001 1011001 101101

Color Harmonies of #D8480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8480D

Black with #D8480D

Text Example


Text Example

White with #D8480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8480D; }

 p { color: rgb(216,72,13); }

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

background-color css

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

 a { background-color: rgb(216,72,13); }

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

border-color css

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

 span { border-color: rgb(216,72,13); }

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