#D6716B

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

Shades of Contessa #D6716B

Tints of Contessa #D6716B

Color information

#D6716B (or 0xD6716B) is unknown color: approx Contessa. HEX triplet: D6, 71 and 6B. RGB value is (214,113,107). Sum of RGB (Red+Green+Blue) = 214+113+107=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6716B is #298E94. Grayscale: #8E8E8E. Windows color (decimal): -2723477 or 7041494. OLE color: 7041494.

HSL color Cylindrical-coordinate representation of color #D6716B: hue angle of 3.36º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6716B is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214113107-
CMYK00.470.500.16
HSL3.36º56.61%62.94%-
HSV(B)3.36º50%83.92%-
XYZ36.2927.1717.24-
YUV142.52107.96178.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.31%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 107 (42.19% from 255) = 24.65%
R=49.31%
G=26.04%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411310700.470.500.163.3656.6162.94
HexD6716B02F32103393f
Octal326161153057622037177
Binary110101101110001110101101011111100101000011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6716B; }

 p { color: rgb(214,113,107); }

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

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

 a { background-color: rgb(214,113,107); }

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

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

 span { border-color: rgb(214,113,107); }

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