#DCB9BA

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

Shades of Pink Flare #DCB9BA

Tints of Pink Flare #DCB9BA

Color information

#DCB9BA (or 0xDCB9BA) is unknown color: approx Pink Flare. HEX triplet: DC, B9 and BA. RGB value is (220,185,186). Sum of RGB (Red+Green+Blue) = 220+185+186=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BA is #234645. Grayscale: #C3C3C3. Windows color (decimal): -2311750 or 12237276. OLE color: 12237276.

HSL color Cylindrical-coordinate representation of color #DCB9BA: hue angle of 358.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9BA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220185186-
CMYK00.160.150.14
HSL358.29º33.33%79.41%-
HSV(B)358.29º15.91%86.27%-
XYZ55.7353.4653.84-
YUV195.58122.6145.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 31.30%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=37.23%
G=31.30%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018518600.160.150.14358.2933.3379.41
HexDCB9BA010FE166214f
Octal334271272020171654641117
Binary110111001011100110111010010000111111101011001101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9BA; }

 p { color: rgb(220,185,186); }

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

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

 a { background-color: rgb(220,185,186); }

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

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

 span { border-color: rgb(220,185,186); }

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