#DCA690

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

Shades of Rose #DCA690

Tints of Rose #DCA690

Color information

#DCA690 (or 0xDCA690) is unknown color: approx Rose. HEX triplet: DC, A6 and 90. RGB value is (220,166,144). Sum of RGB (Red+Green+Blue) = 220+166+144=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA690 is #23596F. Grayscale: #B3B3B3. Windows color (decimal): -2316656 or 9479900. OLE color: 9479900.

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

Color convert

RGB220166144-
CMYK00.250.350.14
HSL17.37º52.05%71.37%-
HSV(B)17.37º34.55%86.27%-
XYZ48.1944.532.44-
YUV179.64107.89156.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=41.51%
G=31.32%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016614400.250.350.1417.3752.0571.37
HexDCA69001923E113447
Octal33424622003143162164107
Binary1101110010100110100100000110011000111110100011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA690; }

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

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

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

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

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

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

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

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