Html Css Color HEX #D8480C Tenne (Tawny)

📋 copy color: '#D8480C'

red 216 ◦ green 72 ◦ blue 12

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

Shades of Tenne (Tawny) #D8480C

Tints of Tenne (Tawny) #D8480C

RGB

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

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

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

R = 72%
G = 24%
B = 4%

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

#D8480C (or 0xD8480C) is known color: Tenne (Tawny). HEX triplet: D8, 48 and 0C. RGB value is (216,72,12). Sum of RGB (Red+Green+Blue) = 216+72+12=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D8480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8480C is #27B7F3. Grayscale: #6C6C6C. Windows color (decimal): -2602996 or 805080. OLE color: 805080.

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

Color convert

RGB 216 72 12 -
CMYK 0 0.67 0.94 0.15
HSL 17.65º 0.89% 0.45% -
HSV(B) 17.65º 0.94% 0.85% -
XYZ 30.7 19.26 2.45 -
YUV 108.22 73.71 204.88 -
System Red Green Blue C M Y K H S L
Decimal 216 72 12 0 0.67 0.94 0.15 17.65 0.89 0.45
Hex D8 48 C 0 43 5E F 12 59 2D
Octal 330 110 14 0 103 136 17 22 131 55
Binary 11011000 1001000 1100 0 1000011 1011110 1111 10010 1011001 101101

Color Harmonies of #D8480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8480C

Black with #D8480C

Text Example


Text Example

White with #D8480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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