Html Css Color HEX #D65112 Tenne (Tawny)

📋 copy color: '#D65112'

red 214 ◦ green 81 ◦ blue 18

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

Shades of Tenne (Tawny) #D65112

Tints of Tenne (Tawny) #D65112

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

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

R = 68.37%
G = 25.88%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65112 (or 0xD65112) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 12. RGB value is (214,81,18). Sum of RGB (Red+Green+Blue) = 214+81+18=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D65112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65112 is #29AEED. Grayscale: #717171. Windows color (decimal): -2731758 or 1200598. OLE color: 1200598.

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

Color convert

RGB 214 81 18 -
CMYK 0 0.62 0.92 0.16
HSL 19.29º 0.84% 0.45% -
HSV(B) 19.29º 0.92% 0.84% -
XYZ 30.78 20.22 2.85 -
YUV 113.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 214 81 18 0 0.62 0.92 0.16 19.29 0.84 0.45
Hex D6 51 12 0 3E 5C 10 13 54 2D
Octal 326 121 22 0 76 134 20 23 124 55
Binary 11010110 1010001 10010 0 111110 1011100 10000 10011 1010100 101101

Color Harmonies of #D65112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65112

Black with #D65112

Text Example


Text Example

White with #D65112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65112; }

 p { color: rgb(214,81,18); }

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

background-color css

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

 a { background-color: rgb(214,81,18); }

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

border-color css

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

 span { border-color: rgb(214,81,18); }

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