#DCAB9C

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

Shades of Rose #DCAB9C

Tints of Rose #DCAB9C

Color information

#DCAB9C (or 0xDCAB9C) is unknown color: approx Rose. HEX triplet: DC, AB and 9C. RGB value is (220,171,156). Sum of RGB (Red+Green+Blue) = 220+171+156=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAB9C is #235463. Grayscale: #B8B8B8. Windows color (decimal): -2315364 or 10267612. OLE color: 10267612.

HSL color Cylindrical-coordinate representation of color #DCAB9C: hue angle of 14.06º degrees, saturation: 0.48, 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 #DCAB9C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB220171156-
CMYK00.220.290.14
HSL14.06º47.76%73.73%-
HSV(B)14.06º29.09%86.27%-
XYZ50.0846.7437.84-
YUV183.94112.23153.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=40.22%
G=31.26%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017115600.220.290.1414.0647.7673.73
HexDCAB9C0161DEe304a
Octal33425323402635161660112
Binary11011100101010111001110001011011101111011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAB9C; }

 p { color: rgb(220,171,156); }

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

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

 a { background-color: rgb(220,171,156); }

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

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

 span { border-color: rgb(220,171,156); }

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