Html Css Color HEX #D55504 Tenne (Tawny)

📋 copy color: '#D55504'

red 213 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #D55504

Tints of Tenne (Tawny) #D55504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 70.53%
G = 28.15%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55504 (or 0xD55504) is known color: Tenne (Tawny). HEX triplet: D5, 55 and 04. RGB value is (213,85,4). Sum of RGB (Red+Green+Blue) = 213+85+4=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D55504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55504 is #2AAAFB. Grayscale: #727272. Windows color (decimal): -2796284 or 284117. OLE color: 284117.

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

Color convert

RGB 213 85 4 -
CMYK 0 0.60 0.98 0.16
HSL 23.25º 0.96% 0.43% -
HSV(B) 23.25º 0.98% 0.84% -
XYZ 30.71 20.65 2.48 -
YUV 114.04 65.91 198.59 -
System Red Green Blue C M Y K H S L
Decimal 213 85 4 0 0.60 0.98 0.16 23.25 0.96 0.43
Hex D5 55 4 0 3C 62 10 17 60 2B
Octal 325 125 4 0 74 142 20 27 140 53
Binary 11010101 1010101 100 0 111100 1100010 10000 10111 1100000 101011

Color Harmonies of #D55504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55504

Black with #D55504

Text Example


Text Example

White with #D55504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55504; }

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

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

background-color css

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

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

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

border-color css

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

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

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