Html Css Color HEX #D55B04 Tenne (Tawny)

📋 copy color: '#D55B04'

red 213 ◦ green 91 ◦ blue 4

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

Shades of Tenne (Tawny) #D55B04

Tints of Tenne (Tawny) #D55B04

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.55%

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

R = 69.16%
G = 29.55%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D55B04 (or 0xD55B04) is known color: Tenne (Tawny). HEX triplet: D5, 5B and 04. RGB value is (213,91,4). Sum of RGB (Red+Green+Blue) = 213+91+4=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55B04 is #2AA4FB. Grayscale: #767676. Windows color (decimal): -2794748 or 285653. OLE color: 285653.

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

Color convert

RGB 213 91 4 -
CMYK 0 0.57 0.98 0.16
HSL 24.98º 0.96% 0.43% -
HSV(B) 24.98º 0.98% 0.84% -
XYZ 31.2 21.64 2.65 -
YUV 117.56 63.92 196.07 -
System Red Green Blue C M Y K H S L
Decimal 213 91 4 0 0.57 0.98 0.16 24.98 0.96 0.43
Hex D5 5B 4 0 39 62 10 19 60 2B
Octal 325 133 4 0 71 142 20 31 140 53
Binary 11010101 1011011 100 0 111001 1100010 10000 11001 1100000 101011

Color Harmonies of #D55B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B04

Black with #D55B04

Text Example


Text Example

White with #D55B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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