Html Css Color HEX #D55804 Tenne (Tawny)

📋 copy color: '#D55804'

red 213 ◦ green 88 ◦ blue 4

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

Shades of Tenne (Tawny) #D55804

Tints of Tenne (Tawny) #D55804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

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

R = 69.84%
G = 28.85%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55804 (or 0xD55804) is known color: Tenne (Tawny). HEX triplet: D5, 58 and 04. RGB value is (213,88,4). Sum of RGB (Red+Green+Blue) = 213+88+4=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 4 (1.95% from 255 or 1.31% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D55804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55804 is #2AA7FB. Grayscale: #747474. Windows color (decimal): -2795516 or 284885. OLE color: 284885.

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

Color convert

RGB 213 88 4 -
CMYK 0 0.59 0.98 0.16
HSL 24.11º 0.96% 0.43% -
HSV(B) 24.11º 0.98% 0.84% -
XYZ 30.95 21.13 2.56 -
YUV 115.8 64.91 197.33 -
System Red Green Blue C M Y K H S L
Decimal 213 88 4 0 0.59 0.98 0.16 24.11 0.96 0.43
Hex D5 58 4 0 3B 62 10 18 60 2B
Octal 325 130 4 0 73 142 20 30 140 53
Binary 11010101 1011000 100 0 111011 1100010 10000 11000 1100000 101011

Color Harmonies of #D55804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55804

Black with #D55804

Text Example


Text Example

White with #D55804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55804; }

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

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

background-color css

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

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

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

border-color css

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

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

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