#DCA9B7

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

Shades of Blossom #DCA9B7

Tints of Blossom #DCA9B7

Color information

#DCA9B7 (or 0xDCA9B7) is unknown color: approx Blossom. HEX triplet: DC, A9 and B7. RGB value is (220,169,183). Sum of RGB (Red+Green+Blue) = 220+169+183=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9B7 is #235648. Grayscale: #B9B9B9. Windows color (decimal): -2315849 or 12036572. OLE color: 12036572.

HSL color Cylindrical-coordinate representation of color #DCA9B7: hue angle of 343.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9B7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB220169183-
CMYK00.230.170.14
HSL343.53º42.15%76.27%-
HSV(B)343.53º23.18%86.27%-
XYZ52.2547.0151.12-
YUV185.84126.4152.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=38.46%
G=29.55%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016918300.230.170.14343.5342.1576.27
HexDCA9B701711E1582a4c
Octal334251267027211653052114
Binary1101110010101001101101110101111000111101010110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9B7; }

 p { color: rgb(220,169,183); }

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

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

 a { background-color: rgb(220,169,183); }

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

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

 span { border-color: rgb(220,169,183); }

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