Html Css Color HEX #D65512 Tenne (Tawny)

📋 copy color: '#D65512'

red 214 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #D65512

Tints of Tenne (Tawny) #D65512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 67.51%
G = 26.81%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65512 (or 0xD65512) is known color: Tenne (Tawny). HEX triplet: D6, 55 and 12. RGB value is (214,85,18). Sum of RGB (Red+Green+Blue) = 214+85+18=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65512 is #29AAED. Grayscale: #747474. Windows color (decimal): -2730734 or 1201622. OLE color: 1201622.

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

Color convert

RGB 214 85 18 -
CMYK 0 0.60 0.92 0.16
HSL 20.51º 0.84% 0.45% -
HSV(B) 20.51º 0.92% 0.84% -
XYZ 31.09 20.84 2.96 -
YUV 115.93 72.74 197.95 -
System Red Green Blue C M Y K H S L
Decimal 214 85 18 0 0.60 0.92 0.16 20.51 0.84 0.45
Hex D6 55 12 0 3C 5C 10 15 54 2D
Octal 326 125 22 0 74 134 20 25 124 55
Binary 11010110 1010101 10010 0 111100 1011100 10000 10101 1010100 101101

Color Harmonies of #D65512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65512

Black with #D65512

Text Example


Text Example

White with #D65512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65512; }

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

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

background-color css

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

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

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

border-color css

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

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

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