Html Css Color HEX #D55D04 Tenne (Tawny)

📋 copy color: '#D55D04'

red 213 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #D55D04

Tints of Tenne (Tawny) #D55D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 68.71%
G = 30%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55D04 (or 0xD55D04) is known color: Tenne (Tawny). HEX triplet: D5, 5D and 04. RGB value is (213,93,4). Sum of RGB (Red+Green+Blue) = 213+93+4=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55D04 is #2AA2FB. Grayscale: #777777. Windows color (decimal): -2794236 or 286165. OLE color: 286165.

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

Color convert

RGB 213 93 4 -
CMYK 0 0.56 0.98 0.16
HSL 25.55º 0.96% 0.43% -
HSV(B) 25.55º 0.98% 0.84% -
XYZ 31.38 21.98 2.7 -
YUV 118.73 63.26 195.24 -
System Red Green Blue C M Y K H S L
Decimal 213 93 4 0 0.56 0.98 0.16 25.55 0.96 0.43
Hex D5 5D 4 0 38 62 10 1A 60 2B
Octal 325 135 4 0 70 142 20 32 140 53
Binary 11010101 1011101 100 0 111000 1100010 10000 11010 1100000 101011

Color Harmonies of #D55D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D04

Black with #D55D04

Text Example


Text Example

White with #D55D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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