Html Css Color HEX #D55500 Tenne (Tawny)

📋 copy color: '#D55500'

red 213 ◦ green 85 ◦ blue 0

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

Shades of Tenne (Tawny) #D55500

Tints of Tenne (Tawny) #D55500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.48%
G = 28.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D55500 (or 0xD55500) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 00. RGB value is (213,85,0). Sum of RGB (Red+Green+Blue) = 213+85+0=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D55500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55500 is #2AAAFF. Grayscale: #727272. Windows color (decimal): -2796288 or 21973. OLE color: 21973.

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

Color convert

RGB 213 85 0 -
CMYK 0 0.60 1 0.16
HSL 23.94º 1% 0.42% -
HSV(B) 23.94º 1% 0.84% -
XYZ 30.69 20.64 2.37 -
YUV 113.58 63.91 198.91 -
System Red Green Blue C M Y K H S L
Decimal 213 85 0 0 0.60 1 0.16 23.94 1 0.42
Hex D5 55 0 0 3C 64 10 18 64 2A
Octal 325 125 0 0 74 144 20 30 144 52
Binary 11010101 1010101 0 0 111100 1100100 10000 11000 1100100 101010

Color Harmonies of #D55500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55500

Black with #D55500

Text Example


Text Example

White with #D55500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55500; }

 p { color: rgb(213,85,0); }

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

background-color css

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

 a { background-color: rgb(213,85,0); }

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

border-color css

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

 span { border-color: rgb(213,85,0); }

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