Html Css Color HEX #D65017 Tenne (Tawny)

📋 copy color: '#D65017'

red 214 ◦ green 80 ◦ blue 23

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

Shades of Tenne (Tawny) #D65017

Tints of Tenne (Tawny) #D65017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 67.51%
G = 25.24%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65017 (or 0xD65017) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 17. RGB value is (214,80,23). Sum of RGB (Red+Green+Blue) = 214+80+23=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65017 is #29AFE8. Grayscale: #717171. Windows color (decimal): -2732009 or 1528022. OLE color: 1528022.

HSL color Cylindrical-coordinate representation of color #D65017: hue angle of 17.91º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D65017 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 23 -
CMYK 0 0.63 0.89 0.16
HSL 17.91º 0.81% 0.46% -
HSV(B) 17.91º 0.89% 0.84% -
XYZ 30.75 20.1 3.07 -
YUV 113.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 214 80 23 0 0.63 0.89 0.16 17.91 0.81 0.46
Hex D6 50 17 0 3F 59 10 12 51 2E
Octal 326 120 27 0 77 131 20 22 121 56
Binary 11010110 1010000 10111 0 111111 1011001 10000 10010 1010001 101110

Color Harmonies of #D65017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65017

Black with #D65017

Text Example


Text Example

White with #D65017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65017; }

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

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

background-color css

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

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

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

border-color css

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

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

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