Html Css Color HEX #D65810 Tenne (Tawny)

📋 copy color: '#D65810'

red 214 ◦ green 88 ◦ blue 16

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

Shades of Tenne (Tawny) #D65810

Tints of Tenne (Tawny) #D65810

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

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

R = 67.3%
G = 27.67%
B = 5.03%

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

#D65810 (or 0xD65810) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 10. RGB value is (214,88,16). Sum of RGB (Red+Green+Blue) = 214+88+16=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D65810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65810 is #29A7EF. Grayscale: #757575. Windows color (decimal): -2729968 or 1071318. OLE color: 1071318.

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

Color convert

RGB 214 88 16 -
CMYK 0 0.59 0.93 0.16
HSL 21.82º 0.86% 0.45% -
HSV(B) 21.82º 0.93% 0.84% -
XYZ 31.31 21.31 2.95 -
YUV 117.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 214 88 16 0 0.59 0.93 0.16 21.82 0.86 0.45
Hex D6 58 10 0 3B 5D 10 16 56 2D
Octal 326 130 20 0 73 135 20 26 126 55
Binary 11010110 1011000 10000 0 111011 1011101 10000 10110 1010110 101101

Color Harmonies of #D65810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65810

Black with #D65810

Text Example


Text Example

White with #D65810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65810; }

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

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

background-color css

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

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

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

border-color css

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

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

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