Html Css Color HEX #D45712 Tenne (Tawny)

📋 copy color: '#D45712'

red 212 ◦ green 87 ◦ blue 18

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

Shades of Tenne (Tawny) #D45712

Tints of Tenne (Tawny) #D45712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 66.88%
G = 27.44%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45712 (or 0xD45712) is known color: Tenne (Tawny). HEX triplet: D4, 57 and 12. RGB value is (212,87,18). Sum of RGB (Red+Green+Blue) = 212+87+18=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D45712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45712 is #2BA8ED. Grayscale: #747474. Windows color (decimal): -2861294 or 1202132. OLE color: 1202132.

HSL color Cylindrical-coordinate representation of color #D45712: hue angle of 21.34º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D45712 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 87 18 -
CMYK 0 0.59 0.92 0.17
HSL 21.34º 0.84% 0.45% -
HSV(B) 21.34º 0.92% 0.83% -
XYZ 30.67 20.86 2.98 -
YUV 116.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 212 87 18 0 0.59 0.92 0.17 21.34 0.84 0.45
Hex D4 57 12 0 3B 5C 11 15 54 2D
Octal 324 127 22 0 73 134 21 25 124 55
Binary 11010100 1010111 10010 0 111011 1011100 10001 10101 1010100 101101

Color Harmonies of #D45712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45712

Black with #D45712

Text Example


Text Example

White with #D45712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45712; }

 p { color: rgb(212,87,18); }

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

background-color css

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

 a { background-color: rgb(212,87,18); }

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

border-color css

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

 span { border-color: rgb(212,87,18); }

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