#D55A06

Color #D55A06 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D55A06

Tints of Tenne (Tawny) #D55A06

Color information

#D55A06 (or 0xD55A06) is unknown color: approx Tenne (Tawny). HEX triplet: D5, 5A and 06. RGB value is (213,90,6). Sum of RGB (Red+Green+Blue) = 213+90+6=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D55A06 is #2AA5F9. Grayscale: #757575. Windows color (decimal): -2795002 or 416469. OLE color: 416469.

HSL color Cylindrical-coordinate representation of color #D55A06: hue angle of 24.35º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D55A06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB213906-
CMYK00.580.970.16
HSL24.35º94.52%42.94%-
HSV(B)24.35º97.18%83.53%-
XYZ31.1321.472.68-
YUV117.265.25196.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.93%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=68.93%
G=29.13%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21390600.580.970.1624.3594.5242.94
HexD55A603A6110185f2b
Octal3251326072141203013753
Binary1101010110110101100111010110000110000110001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55A06; }

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

 H1.HeaderClassName
 {
   color: #D55A06;
 }
 .AnyTagClassName
 {
   color: #D55A06;
 }
</style>
background-color css

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

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

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

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

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

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