Html Css Color HEX #D65611 Tenne (Tawny)

📋 copy color: '#D65611'

red 214 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #D65611

Tints of Tenne (Tawny) #D65611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 67.51%
G = 27.13%
B = 5.36%

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

#D65611 (or 0xD65611) is known color: Tenne (Tawny). HEX triplet: D6, 56 and 11. RGB value is (214,86,17). Sum of RGB (Red+Green+Blue) = 214+86+17=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65611 is #29A9EE. Grayscale: #747474. Windows color (decimal): -2730479 or 1136342. OLE color: 1136342.

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

Color convert

RGB 214 86 17 -
CMYK 0 0.60 0.92 0.16
HSL 21.02º 0.85% 0.45% -
HSV(B) 21.02º 0.92% 0.84% -
XYZ 31.16 20.99 2.94 -
YUV 116.41 71.91 197.61 -
System Red Green Blue C M Y K H S L
Decimal 214 86 17 0 0.60 0.92 0.16 21.02 0.85 0.45
Hex D6 56 11 0 3C 5C 10 15 55 2D
Octal 326 126 21 0 74 134 20 25 125 55
Binary 11010110 1010110 10001 0 111100 1011100 10000 10101 1010101 101101

Color Harmonies of #D65611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65611

Black with #D65611

Text Example


Text Example

White with #D65611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65611; }

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

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

background-color css

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

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

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

border-color css

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

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

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