#DCA198

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

Shades of Rose #DCA198

Tints of Rose #DCA198

Color information

#DCA198 (or 0xDCA198) is unknown color: approx Rose. HEX triplet: DC, A1 and 98. RGB value is (220,161,152). Sum of RGB (Red+Green+Blue) = 220+161+152=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA198 is #235E67. Grayscale: #B1B1B1. Windows color (decimal): -2317928 or 10002908. OLE color: 10002908.

HSL color Cylindrical-coordinate representation of color #DCA198: hue angle of 7.94º 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 #DCA198 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220161152-
CMYK00.270.310.14
HSL7.94º49.28%72.94%-
HSV(B)7.94º30.91%86.27%-
XYZ47.9342.9735.47-
YUV177.61113.55158.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=41.28%
G=30.21%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016115200.270.310.147.9449.2872.94
HexDCA19801B1FE83149
Octal33424123003337161061111
Binary11011100101000011001100001101111111111010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA198; }

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

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

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

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

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

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

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

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