Html Css Color HEX #D65710 Tenne (Tawny)

📋 copy color: '#D65710'

red 214 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #D65710

Tints of Tenne (Tawny) #D65710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 67.51%
G = 27.44%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D65710 (or 0xD65710) is known color: Tenne (Tawny). HEX triplet: D6, 57 and 10. RGB value is (214,87,16). Sum of RGB (Red+Green+Blue) = 214+87+16=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65710 is #29A8EF. Grayscale: #757575. Windows color (decimal): -2730224 or 1071062. OLE color: 1071062.

HSL color Cylindrical-coordinate representation of color #D65710: hue angle of 21.52º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D65710 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 87 16 -
CMYK 0 0.59 0.93 0.16
HSL 21.52º 0.86% 0.45% -
HSV(B) 21.52º 0.93% 0.84% -
XYZ 31.23 21.15 2.93 -
YUV 116.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 214 87 16 0 0.59 0.93 0.16 21.52 0.86 0.45
Hex D6 57 10 0 3B 5D 10 16 56 2D
Octal 326 127 20 0 73 135 20 26 126 55
Binary 11010110 1010111 10000 0 111011 1011101 10000 10110 1010110 101101

Color Harmonies of #D65710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65710

Black with #D65710

Text Example


Text Example

White with #D65710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65710; }

 p { color: rgb(214,87,16); }

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

background-color css

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

 a { background-color: rgb(214,87,16); }

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

border-color css

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

 span { border-color: rgb(214,87,16); }

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