#DCA697

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

Shades of Rose #DCA697

Tints of Rose #DCA697

Color information

#DCA697 (or 0xDCA697) is unknown color: approx Rose. HEX triplet: DC, A6 and 97. RGB value is (220,166,151). Sum of RGB (Red+Green+Blue) = 220+166+151=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA697 is #235968. Grayscale: #B4B4B4. Windows color (decimal): -2316649 or 9938652. OLE color: 9938652.

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

Color convert

RGB220166151-
CMYK00.250.310.14
HSL13.04º49.64%72.75%-
HSV(B)13.04º31.36%86.27%-
XYZ48.7444.7235.34-
YUV180.44111.39156.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=40.97%
G=30.91%
B=28.12%

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
Decimal22016615100.250.310.1413.0449.6472.75
HexDCA6970191FEd3249
Octal33424622703137161562111
Binary11011100101001101001011101100111111111011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA697; }

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

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

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

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

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

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

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

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