Html Css Color HEX #D55603 Tenne (Tawny)

📋 copy color: '#D55603'

red 213 ◦ green 86 ◦ blue 3

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

Shades of Tenne (Tawny) #D55603

Tints of Tenne (Tawny) #D55603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 70.53%
G = 28.48%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D55603 (or 0xD55603) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 03. RGB value is (213,86,3). Sum of RGB (Red+Green+Blue) = 213+86+3=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D55603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55603 is #2AA9FC. Grayscale: #727272. Windows color (decimal): -2796029 or 218837. OLE color: 218837.

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

Color convert

RGB 213 86 3 -
CMYK 0 0.60 0.99 0.16
HSL 23.71º 0.97% 0.42% -
HSV(B) 23.71º 0.99% 0.84% -
XYZ 30.78 20.81 2.48 -
YUV 114.51 65.08 198.25 -
System Red Green Blue C M Y K H S L
Decimal 213 86 3 0 0.60 0.99 0.16 23.71 0.97 0.42
Hex D5 56 3 0 3C 63 10 18 61 2A
Octal 325 126 3 0 74 143 20 30 141 52
Binary 11010101 1010110 11 0 111100 1100011 10000 11000 1100001 101010

Color Harmonies of #D55603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55603

Black with #D55603

Text Example


Text Example

White with #D55603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55603; }

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

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

background-color css

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

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

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

border-color css

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

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

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