Html Css Color HEX #D65410 Tenne (Tawny)

📋 copy color: '#D65410'

red 214 ◦ green 84 ◦ blue 16

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

Shades of Tenne (Tawny) #D65410

Tints of Tenne (Tawny) #D65410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 68.15%
G = 26.75%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D65410 (or 0xD65410) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 10. RGB value is (214,84,16). Sum of RGB (Red+Green+Blue) = 214+84+16=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D65410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65410 is #29ABEF. Grayscale: #737373. Windows color (decimal): -2730992 or 1070294. OLE color: 1070294.

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

Color convert

RGB 214 84 16 -
CMYK 0 0.61 0.93 0.16
HSL 20.61º 0.86% 0.45% -
HSV(B) 20.61º 0.93% 0.84% -
XYZ 31 20.67 2.85 -
YUV 115.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 214 84 16 0 0.61 0.93 0.16 20.61 0.86 0.45
Hex D6 54 10 0 3D 5D 10 15 56 2D
Octal 326 124 20 0 75 135 20 25 126 55
Binary 11010110 1010100 10000 0 111101 1011101 10000 10101 1010110 101101

Color Harmonies of #D65410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65410

Black with #D65410

Text Example


Text Example

White with #D65410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65410; }

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

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

background-color css

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

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

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

border-color css

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

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

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