Html Css Color HEX #D55712 Tenne (Tawny)

📋 copy color: '#D55712'

red 213 ◦ green 87 ◦ blue 18

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

Shades of Tenne (Tawny) #D55712

Tints of Tenne (Tawny) #D55712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.66%

R = 66.98%
G = 27.36%
B = 5.66%

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

#D55712 (or 0xD55712) is known color: Tenne (Tawny). HEX triplet: D5, 57 and 12. RGB value is (213,87,18). Sum of RGB (Red+Green+Blue) = 213+87+18=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D55712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55712 is #2AA8ED. Grayscale: #757575. Windows color (decimal): -2795758 or 1202133. OLE color: 1202133.

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

Color convert

RGB 213 87 18 -
CMYK 0 0.59 0.92 0.16
HSL 21.23º 0.84% 0.45% -
HSV(B) 21.23º 0.92% 0.84% -
XYZ 30.96 21.01 3 -
YUV 116.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 213 87 18 0 0.59 0.92 0.16 21.23 0.84 0.45
Hex D5 57 12 0 3B 5C 10 15 54 2D
Octal 325 127 22 0 73 134 20 25 124 55
Binary 11010101 1010111 10010 0 111011 1011100 10000 10101 1010100 101101

Color Harmonies of #D55712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55712

Black with #D55712

Text Example


Text Example

White with #D55712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55712; }

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

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

background-color css

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

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

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

border-color css

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

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

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