Html Css Color HEX #D55904 Tenne (Tawny)

📋 copy color: '#D55904'

red 213 ◦ green 89 ◦ blue 4

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

Shades of Tenne (Tawny) #D55904

Tints of Tenne (Tawny) #D55904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 69.61%
G = 29.08%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55904 (or 0xD55904) is known color: Tenne (Tawny). HEX triplet: D5, 59 and 04. RGB value is (213,89,4). Sum of RGB (Red+Green+Blue) = 213+89+4=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D55904 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55904 is #2AA6FB. Grayscale: #747474. Windows color (decimal): -2795260 or 285141. OLE color: 285141.

HSL color Cylindrical-coordinate representation of color #D55904: hue angle of 24.4º 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 #D55904 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 4 -
CMYK 0 0.58 0.98 0.16
HSL 24.4º 0.96% 0.43% -
HSV(B) 24.4º 0.98% 0.84% -
XYZ 31.03 21.3 2.59 -
YUV 116.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 213 89 4 0 0.58 0.98 0.16 24.4 0.96 0.43
Hex D5 59 4 0 3A 62 10 18 60 2B
Octal 325 131 4 0 72 142 20 30 140 53
Binary 11010101 1011001 100 0 111010 1100010 10000 11000 1100000 101011

Color Harmonies of #D55904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55904

Black with #D55904

Text Example


Text Example

White with #D55904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55904; }

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

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

background-color css

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

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

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

border-color css

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

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

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