#DCA997

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

Shades of Rose #DCA997

Tints of Rose #DCA997

Color information

#DCA997 (or 0xDCA997) is unknown color: approx Rose. HEX triplet: DC, A9 and 97. RGB value is (220,169,151). Sum of RGB (Red+Green+Blue) = 220+169+151=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA997 is #235668. Grayscale: #B6B6B6. Windows color (decimal): -2315881 or 9939420. OLE color: 9939420.

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

Color convert

RGB220169151-
CMYK00.230.310.14
HSL15.65º49.64%72.75%-
HSV(B)15.65º31.36%86.27%-
XYZ49.2945.8335.53-
YUV182.2110.4154.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=40.74%
G=31.30%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016915100.230.310.1415.6549.6472.75
HexDCA9970171FE103249
Octal33425122702737162062111
Binary110111001010100110010111010111111111110100001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA997; }

 p { color: rgb(220,169,151); }

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

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

 a { background-color: rgb(220,169,151); }

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

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

 span { border-color: rgb(220,169,151); }

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