Html Css Color HEX #D7480C Tenne (Tawny)

📋 copy color: '#D7480C'

red 215 ◦ green 72 ◦ blue 12

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

Shades of Tenne (Tawny) #D7480C

Tints of Tenne (Tawny) #D7480C

RGB

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

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

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

R = 71.91%
G = 24.08%
B = 4.01%

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

#D7480C (or 0xD7480C) is known color: Tenne (Tawny). HEX triplet: D7, 48 and 0C. RGB value is (215,72,12). Sum of RGB (Red+Green+Blue) = 215+72+12=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D7480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7480C is #28B7F3. Grayscale: #6C6C6C. Windows color (decimal): -2668532 or 805079. OLE color: 805079.

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

Color convert

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

Color Harmonies of #D7480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7480C

Black with #D7480C

Text Example


Text Example

White with #D7480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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