#DAA0C5

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

Shades of Shocking #DAA0C5

Tints of Shocking #DAA0C5

Color information

#DAA0C5 (or 0xDAA0C5) is unknown color: approx Shocking. HEX triplet: DA, A0 and C5. RGB value is (218,160,197). Sum of RGB (Red+Green+Blue) = 218+160+197=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0C5 is #255F3A. Grayscale: #B5B5B5. Windows color (decimal): -2449211 or 12951770. OLE color: 12951770.

HSL color Cylindrical-coordinate representation of color #DAA0C5: hue angle of 321.72º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0C5 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218160197-
CMYK00.270.100.15
HSL321.72º43.94%74.12%-
HSV(B)321.72º26.61%85.49%-
XYZ51.5644.0858.61-
YUV181.56136.72153.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 160 (62.89% from 255) = 27.83%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=37.91%
G=27.83%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816019700.270.100.15321.7243.9474.12
HexDAA0C501BAF1422c4a
Octal332240305033121750254112
Binary110110101010000011000101011011101011111010000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0C5; }

 p { color: rgb(218,160,197); }

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

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

 a { background-color: rgb(218,160,197); }

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

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

 span { border-color: rgb(218,160,197); }

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