Html Css Color HEX #D7510D Tenne (Tawny)

📋 copy color: '#D7510D'

red 215 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #D7510D

Tints of Tenne (Tawny) #D7510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

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

R = 69.58%
G = 26.21%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7510D (or 0xD7510D) is known color: Tenne (Tawny). HEX triplet: D7, 51 and 0D. RGB value is (215,81,13). Sum of RGB (Red+Green+Blue) = 215+81+13=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7510D is #28AEF2. Grayscale: #717171. Windows color (decimal): -2666227 or 872919. OLE color: 872919.

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

Color convert

RGB 215 81 13 -
CMYK 0 0.62 0.94 0.16
HSL 20.2º 0.89% 0.45% -
HSV(B) 20.2º 0.94% 0.84% -
XYZ 31.04 20.36 2.67 -
YUV 113.31 71.39 200.53 -
System Red Green Blue C M Y K H S L
Decimal 215 81 13 0 0.62 0.94 0.16 20.2 0.89 0.45
Hex D7 51 D 0 3E 5E 10 14 59 2D
Octal 327 121 15 0 76 136 20 24 131 55
Binary 11010111 1010001 1101 0 111110 1011110 10000 10100 1011001 101101

Color Harmonies of #D7510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7510D

Black with #D7510D

Text Example


Text Example

White with #D7510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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