#DAA9C2

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

Shades of Shocking #DAA9C2

Tints of Shocking #DAA9C2

Color information

#DAA9C2 (or 0xDAA9C2) is unknown color: approx Shocking. HEX triplet: DA, A9 and C2. RGB value is (218,169,194). Sum of RGB (Red+Green+Blue) = 218+169+194=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C2 is #25563D. Grayscale: #BABABA. Windows color (decimal): -2446910 or 12757466. OLE color: 12757466.

HSL color Cylindrical-coordinate representation of color #DAA9C2: hue angle of 329.39º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9C2 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB218169194-
CMYK00.220.110.15
HSL329.39º39.84%75.88%-
HSV(B)329.39º22.48%85.49%-
XYZ52.8447.1857.36-
YUV186.5132.23150.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 169 (66.41% from 255) = 29.09%
BLUE value IS 194 (76.17% from 255) = 33.39%
R=37.52%
G=29.09%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816919400.220.110.15329.3939.8475.88
HexDAA9C2016BF149284c
Octal332251302026131751150114
Binary110110101010100111000010010110101111111010010011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9C2; }

 p { color: rgb(218,169,194); }

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

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

 a { background-color: rgb(218,169,194); }

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

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

 span { border-color: rgb(218,169,194); }

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