Html Css Color HEX #D7480D Tenne (Tawny)

📋 copy color: '#D7480D'

red 215 ◦ green 72 ◦ blue 13

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

Shades of Tenne (Tawny) #D7480D

Tints of Tenne (Tawny) #D7480D

RGB

 RED value IS 215 (84.38% from 255) = 71.67%

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

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

R = 71.67%
G = 24%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7480D (or 0xD7480D) is known color: Tenne (Tawny). HEX triplet: D7, 48 and 0D. RGB value is (215,72,13). Sum of RGB (Red+Green+Blue) = 215+72+13=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7480D is #28B7F2. Grayscale: #6C6C6C. Windows color (decimal): -2668531 or 870615. OLE color: 870615.

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

Color convert

RGB 215 72 13 -
CMYK 0 0.67 0.94 0.16
HSL 17.52º 0.89% 0.45% -
HSV(B) 17.52º 0.94% 0.84% -
XYZ 30.41 19.11 2.47 -
YUV 108.03 74.38 204.3 -
System Red Green Blue C M Y K H S L
Decimal 215 72 13 0 0.67 0.94 0.16 17.52 0.89 0.45
Hex D7 48 D 0 43 5E 10 12 59 2D
Octal 327 110 15 0 103 136 20 22 131 55
Binary 11010111 1001000 1101 0 1000011 1011110 10000 10010 1011001 101101

Color Harmonies of #D7480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7480D

Black with #D7480D

Text Example


Text Example

White with #D7480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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