#DCA698

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

Shades of Rose #DCA698

Tints of Rose #DCA698

Color information

#DCA698 (or 0xDCA698) is unknown color: approx Rose. HEX triplet: DC, A6 and 98. RGB value is (220,166,152). Sum of RGB (Red+Green+Blue) = 220+166+152=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA698 is #235967. Grayscale: #B4B4B4. Windows color (decimal): -2316648 or 10004188. OLE color: 10004188.

HSL color Cylindrical-coordinate representation of color #DCA698: hue angle of 12.35º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCA698 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220166152-
CMYK00.250.310.14
HSL12.35º49.28%72.94%-
HSV(B)12.35º30.91%86.27%-
XYZ48.8244.7635.77-
YUV180.55111.89156.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=40.89%
G=30.86%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016615200.250.310.1412.3549.2872.94
HexDCA6980191FEc3149
Octal33424623003137161461111
Binary11011100101001101001100001100111111111011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA698; }

 p { color: rgb(220,166,152); }

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

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

 a { background-color: rgb(220,166,152); }

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

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

 span { border-color: rgb(220,166,152); }

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