Html Css Color HEX #D4510D Tenne (Tawny)

📋 copy color: '#D4510D'

red 212 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #D4510D

Tints of Tenne (Tawny) #D4510D

RGB

 RED value IS 212 (83.2% from 255) = 69.28%

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

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

R = 69.28%
G = 26.47%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4510D (or 0xD4510D) is known color: Tenne (Tawny). HEX triplet: D4, 51 and 0D. RGB value is (212,81,13). Sum of RGB (Red+Green+Blue) = 212+81+13=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 13 (5.47% from 255 or 4.25% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4510D is #2BAEF2. Grayscale: #707070. Windows color (decimal): -2862835 or 872916. OLE color: 872916.

HSL color Cylindrical-coordinate representation of color #D4510D: hue angle of 20.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4510D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 81 13 -
CMYK 0 0.62 0.94 0.17
HSL 20.5º 0.88% 0.44% -
HSV(B) 20.5º 0.94% 0.83% -
XYZ 30.17 19.91 2.63 -
YUV 112.42 71.9 199.03 -
System Red Green Blue C M Y K H S L
Decimal 212 81 13 0 0.62 0.94 0.17 20.5 0.88 0.44
Hex D4 51 D 0 3E 5E 11 15 58 2C
Octal 324 121 15 0 76 136 21 25 130 54
Binary 11010100 1010001 1101 0 111110 1011110 10001 10101 1011000 101100

Color Harmonies of #D4510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4510D

Black with #D4510D

Text Example


Text Example

White with #D4510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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