#DCAA9D

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

Shades of Rose #DCAA9D

Tints of Rose #DCAA9D

Color information

#DCAA9D (or 0xDCAA9D) is unknown color: approx Rose. HEX triplet: DC, AA and 9D. RGB value is (220,170,157). Sum of RGB (Red+Green+Blue) = 220+170+157=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA9D is #235562. Grayscale: #B7B7B7. Windows color (decimal): -2315619 or 10332892. OLE color: 10332892.

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

Color convert

RGB220170157-
CMYK00.230.290.14
HSL12.38º47.37%73.92%-
HSV(B)12.38º28.64%86.27%-
XYZ49.9846.438.22-
YUV183.47113.06154.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=40.22%
G=31.08%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017015700.230.290.1412.3847.3773.92
HexDCAA9D0171DEc2f4a
Octal33425223502735161457112
Binary11011100101010101001110101011111101111011001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA9D; }

 p { color: rgb(220,170,157); }

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

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

 a { background-color: rgb(220,170,157); }

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

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

 span { border-color: rgb(220,170,157); }

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