#D5726D

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

Shades of Contessa #D5726D

Tints of Contessa #D5726D

Color information

#D5726D (or 0xD5726D) is unknown color: approx Contessa. HEX triplet: D5, 72 and 6D. RGB value is (213,114,109). Sum of RGB (Red+Green+Blue) = 213+114+109=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5726D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5726D is #2A8D92. Grayscale: #8F8F8F. Windows color (decimal): -2788755 or 7172821. OLE color: 7172821.

HSL color Cylindrical-coordinate representation of color #D5726D: hue angle of 2.88º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5726D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213114109-
CMYK00.460.490.16
HSL2.88º55.32%63.14%-
HSV(B)2.88º48.83%83.53%-
XYZ36.2227.2817.83-
YUV143.03108.8177.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 114 (44.92% from 255) = 26.15%
BLUE value IS 109 (42.97% from 255) = 25%
R=48.85%
G=26.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311410900.460.490.162.8855.3263.14
HexD5726D02E31103373f
Octal325162155056612036777
Binary110101011110010110110101011101100011000011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5726D; }

 p { color: rgb(213,114,109); }

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

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

 a { background-color: rgb(213,114,109); }

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

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

 span { border-color: rgb(213,114,109); }

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