Html Css Color HEX #D55601 Tenne (Tawny)

📋 copy color: '#D55601'

red 213 ◦ green 86 ◦ blue 1

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

Shades of Tenne (Tawny) #D55601

Tints of Tenne (Tawny) #D55601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 71%
G = 28.67%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D55601 (or 0xD55601) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 01. RGB value is (213,86,1). Sum of RGB (Red+Green+Blue) = 213+86+1=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D55601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55601 is #2AA9FE. Grayscale: #727272. Windows color (decimal): -2796031 or 87765. OLE color: 87765.

HSL color Cylindrical-coordinate representation of color #D55601: hue angle of 24.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D55601 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 1 -
CMYK 0 0.60 1.00 0.16
HSL 24.06º 0.99% 0.42% -
HSV(B) 24.06º 1% 0.84% -
XYZ 30.77 20.8 2.42 -
YUV 114.28 64.08 198.41 -
System Red Green Blue C M Y K H S L
Decimal 213 86 1 0 0.60 1.00 0.16 24.06 0.99 0.42
Hex D5 56 1 0 3C 64 10 18 63 2A
Octal 325 126 1 0 74 144 20 30 143 52
Binary 11010101 1010110 1 0 111100 1100100 10000 11000 1100011 101010

Color Harmonies of #D55601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55601

Black with #D55601

Text Example


Text Example

White with #D55601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55601; }

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

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

background-color css

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

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

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

border-color css

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

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

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