Html Css Color HEX #D65012 Tenne (Tawny)

📋 copy color: '#D65012'

red 214 ◦ green 80 ◦ blue 18

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

Shades of Tenne (Tawny) #D65012

Tints of Tenne (Tawny) #D65012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 68.59%
G = 25.64%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65012 (or 0xD65012) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 12. RGB value is (214,80,18). Sum of RGB (Red+Green+Blue) = 214+80+18=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D65012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65012 is #29AFED. Grayscale: #717171. Windows color (decimal): -2732014 or 1200342. OLE color: 1200342.

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

Color convert

RGB 214 80 18 -
CMYK 0 0.63 0.92 0.16
HSL 18.98º 0.84% 0.45% -
HSV(B) 18.98º 0.92% 0.84% -
XYZ 30.71 20.08 2.83 -
YUV 113 74.39 200.04 -
System Red Green Blue C M Y K H S L
Decimal 214 80 18 0 0.63 0.92 0.16 18.98 0.84 0.45
Hex D6 50 12 0 3F 5C 10 13 54 2D
Octal 326 120 22 0 77 134 20 23 124 55
Binary 11010110 1010000 10010 0 111111 1011100 10000 10011 1010100 101101

Color Harmonies of #D65012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65012

Black with #D65012

Text Example


Text Example

White with #D65012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65012; }

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

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

background-color css

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

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

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

border-color css

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

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

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