Html Css Color HEX #D55607 Tenne (Tawny)

📋 copy color: '#D55607'

red 213 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #D55607

Tints of Tenne (Tawny) #D55607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

 BLUE value IS 7 (3.13% from 255) = 2.29%

R = 69.61%
G = 28.1%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D55607 (or 0xD55607) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 07. RGB value is (213,86,7). Sum of RGB (Red+Green+Blue) = 213+86+7=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D55607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55607 is #2AA9F8. Grayscale: #737373. Windows color (decimal): -2796025 or 480981. OLE color: 480981.

HSL color Cylindrical-coordinate representation of color #D55607: hue angle of 23.01º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D55607 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 7 -
CMYK 0 0.60 0.97 0.16
HSL 23.01º 0.94% 0.43% -
HSV(B) 23.01º 0.97% 0.84% -
XYZ 30.81 20.82 2.6 -
YUV 114.97 67.08 197.92 -
System Red Green Blue C M Y K H S L
Decimal 213 86 7 0 0.60 0.97 0.16 23.01 0.94 0.43
Hex D5 56 7 0 3C 61 10 17 5E 2B
Octal 325 126 7 0 74 141 20 27 136 53
Binary 11010101 1010110 111 0 111100 1100001 10000 10111 1011110 101011

Color Harmonies of #D55607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55607

Black with #D55607

Text Example


Text Example

White with #D55607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55607; }

 p { color: rgb(213,86,7); }

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

background-color css

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

 a { background-color: rgb(213,86,7); }

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

border-color css

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

 span { border-color: rgb(213,86,7); }

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