#D16D67

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

Shades of Contessa #D16D67

Tints of Contessa #D16D67

Color information

#D16D67 (or 0xD16D67) is unknown color: approx Contessa. HEX triplet: D1, 6D and 67. RGB value is (209,109,103). Sum of RGB (Red+Green+Blue) = 209+109+103=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16D67 is #2E9298. Grayscale: #8A8A8A. Windows color (decimal): -3052185 or 6778321. OLE color: 6778321.

HSL color Cylindrical-coordinate representation of color #D16D67: hue angle of 3.4º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16D67 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB209109103-
CMYK00.480.510.18
HSL3.4º53.54%61.18%-
HSV(B)3.4º50.72%81.96%-
XYZ34.2125.4715.95-
YUV138.22108.13178.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 103 (40.62% from 255) = 24.47%
R=49.64%
G=25.89%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910910300.480.510.183.453.5461.18
HexD16D6703033123363d
Octal321155147060632236675
Binary110100011101101110011101100001100111001011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16D67; }

 p { color: rgb(209,109,103); }

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

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

 a { background-color: rgb(209,109,103); }

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

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

 span { border-color: rgb(209,109,103); }

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