Html Css Color HEX #D65110 Tenne (Tawny)

📋 copy color: '#D65110'

red 214 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #D65110

Tints of Tenne (Tawny) #D65110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 68.81%
G = 26.05%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D65110 (or 0xD65110) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 10. RGB value is (214,81,16). Sum of RGB (Red+Green+Blue) = 214+81+16=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D65110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65110 is #29AEEF. Grayscale: #717171. Windows color (decimal): -2731760 or 1069526. OLE color: 1069526.

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

Color convert

RGB 214 81 16 -
CMYK 0 0.62 0.93 0.16
HSL 19.7º 0.86% 0.45% -
HSV(B) 19.7º 0.93% 0.84% -
XYZ 30.77 20.22 2.77 -
YUV 113.36 73.06 199.79 -
System Red Green Blue C M Y K H S L
Decimal 214 81 16 0 0.62 0.93 0.16 19.7 0.86 0.45
Hex D6 51 10 0 3E 5D 10 14 56 2D
Octal 326 121 20 0 76 135 20 24 126 55
Binary 11010110 1010001 10000 0 111110 1011101 10000 10100 1010110 101101

Color Harmonies of #D65110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65110

Black with #D65110

Text Example


Text Example

White with #D65110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65110; }

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

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

background-color css

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

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

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

border-color css

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

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

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