Html Css Color HEX #D45912 Tenne (Tawny)

📋 copy color: '#D45912'

red 212 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #D45912

Tints of Tenne (Tawny) #D45912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

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

R = 66.46%
G = 27.9%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D45912 (or 0xD45912) is known color: Tenne (Tawny). HEX triplet: D4, 59 and 12. RGB value is (212,89,18). Sum of RGB (Red+Green+Blue) = 212+89+18=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 18 (7.42% from 255 or 5.64% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D45912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45912 is #2BA6ED. Grayscale: #767676. Windows color (decimal): -2860782 or 1202644. OLE color: 1202644.

HSL color Cylindrical-coordinate representation of color #D45912: hue angle of 21.96º 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 #D45912 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 89 18 -
CMYK 0 0.58 0.92 0.17
HSL 21.96º 0.84% 0.45% -
HSV(B) 21.96º 0.92% 0.83% -
XYZ 30.83 21.19 3.04 -
YUV 117.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 212 89 18 0 0.58 0.92 0.17 21.96 0.84 0.45
Hex D4 59 12 0 3A 5C 11 16 54 2D
Octal 324 131 22 0 72 134 21 26 124 55
Binary 11010100 1011001 10010 0 111010 1011100 10001 10110 1010100 101101

Color Harmonies of #D45912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45912

Black with #D45912

Text Example


Text Example

White with #D45912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45912; }

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

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

background-color css

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

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

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

border-color css

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

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

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