#DCAC9B

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

Shades of Rose #DCAC9B

Tints of Rose #DCAC9B

Color information

#DCAC9B (or 0xDCAC9B) is unknown color: approx Rose. HEX triplet: DC, AC and 9B. RGB value is (220,172,155). Sum of RGB (Red+Green+Blue) = 220+172+155=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAC9B is #235364. Grayscale: #B8B8B8. Windows color (decimal): -2315109 or 10202332. OLE color: 10202332.

HSL color Cylindrical-coordinate representation of color #DCAC9B: hue angle of 15.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAC9B is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220172155-
CMYK00.220.300.14
HSL15.69º48.15%73.53%-
HSV(B)15.69º29.55%86.27%-
XYZ50.1847.0937.45-
YUV184.41111.4153.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=40.22%
G=31.44%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017215500.220.300.1415.6948.1573.53
HexDCAC9B0161EE10304a
Octal33425423302636162060112
Binary110111001010110010011011010110111101110100001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAC9B; }

 p { color: rgb(220,172,155); }

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

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

 a { background-color: rgb(220,172,155); }

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

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

 span { border-color: rgb(220,172,155); }

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