Html Css Color HEX #D55710 Tenne (Tawny)

📋 copy color: '#D55710'

red 213 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #D55710

Tints of Tenne (Tawny) #D55710

RGB

 RED value IS 213 (83.59% from 255) = 67.41%

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

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

R = 67.41%
G = 27.53%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D55710 (or 0xD55710) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 10. RGB value is (213,87,16). Sum of RGB (Red+Green+Blue) = 213+87+16=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D55710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55710 is #2AA8EF. Grayscale: #747474. Windows color (decimal): -2795760 or 1071061. OLE color: 1071061.

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

Color convert

RGB 213 87 16 -
CMYK 0 0.59 0.92 0.16
HSL 21.62º 0.86% 0.45% -
HSV(B) 21.62º 0.92% 0.84% -
XYZ 30.94 21 2.91 -
YUV 116.58 71.24 196.77 -
System Red Green Blue C M Y K H S L
Decimal 213 87 16 0 0.59 0.92 0.16 21.62 0.86 0.45
Hex D5 57 10 0 3B 5C 10 16 56 2D
Octal 325 127 20 0 73 134 20 26 126 55
Binary 11010101 1010111 10000 0 111011 1011100 10000 10110 1010110 101101

Color Harmonies of #D55710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55710

Black with #D55710

Text Example


Text Example

White with #D55710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55710; }

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

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

background-color css

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

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

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

border-color css

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

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

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