Html Css Color HEX #D65211 Tenne (Tawny)

📋 copy color: '#D65211'

red 214 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #D65211

Tints of Tenne (Tawny) #D65211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.2%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 68.37%
G = 26.2%
B = 5.43%

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

#D65211 (or 0xD65211) is known color: Tenne (Tawny). HEX triplet: D6, 52 and 11. RGB value is (214,82,17). Sum of RGB (Red+Green+Blue) = 214+82+17=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D65211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65211 is #29ADEE. Grayscale: #727272. Windows color (decimal): -2731503 or 1135318. OLE color: 1135318.

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

Color convert

RGB 214 82 17 -
CMYK 0 0.62 0.92 0.16
HSL 19.8º 0.85% 0.45% -
HSV(B) 19.8º 0.92% 0.84% -
XYZ 30.85 20.37 2.84 -
YUV 114.06 73.23 199.29 -
System Red Green Blue C M Y K H S L
Decimal 214 82 17 0 0.62 0.92 0.16 19.8 0.85 0.45
Hex D6 52 11 0 3E 5C 10 14 55 2D
Octal 326 122 21 0 76 134 20 24 125 55
Binary 11010110 1010010 10001 0 111110 1011100 10000 10100 1010101 101101

Color Harmonies of #D65211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65211

Black with #D65211

Text Example


Text Example

White with #D65211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65211; }

 p { color: rgb(214,82,17); }

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

background-color css

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

 a { background-color: rgb(214,82,17); }

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

border-color css

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

 span { border-color: rgb(214,82,17); }

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