Html Css Color HEX #D55A04 Tenne (Tawny)

📋 copy color: '#D55A04'

red 213 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #D55A04

Tints of Tenne (Tawny) #D55A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.32%

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

R = 69.38%
G = 29.32%
B = 1.3%

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

#D55A04 (or 0xD55A04) is known color: Tenne (Tawny). HEX triplet: D5, 5A and 04. RGB value is (213,90,4). Sum of RGB (Red+Green+Blue) = 213+90+4=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A04 is #2AA5FB. Grayscale: #757575. Windows color (decimal): -2795004 or 285397. OLE color: 285397.

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

Color convert

RGB 213 90 4 -
CMYK 0 0.58 0.98 0.16
HSL 24.69º 0.96% 0.43% -
HSV(B) 24.69º 0.98% 0.84% -
XYZ 31.12 21.47 2.62 -
YUV 116.97 64.25 196.49 -
System Red Green Blue C M Y K H S L
Decimal 213 90 4 0 0.58 0.98 0.16 24.69 0.96 0.43
Hex D5 5A 4 0 3A 62 10 19 60 2B
Octal 325 132 4 0 72 142 20 31 140 53
Binary 11010101 1011010 100 0 111010 1100010 10000 11001 1100000 101011

Color Harmonies of #D55A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A04

Black with #D55A04

Text Example


Text Example

White with #D55A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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