#DAA9C0

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

Shades of Shocking #DAA9C0

Tints of Shocking #DAA9C0

Color information

#DAA9C0 (or 0xDAA9C0) is unknown color: approx Shocking. HEX triplet: DA, A9 and C0. RGB value is (218,169,192). Sum of RGB (Red+Green+Blue) = 218+169+192=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9C0 is #25563F. Grayscale: #BABABA. Windows color (decimal): -2446912 or 12626394. OLE color: 12626394.

HSL color Cylindrical-coordinate representation of color #DAA9C0: hue angle of 331.84º 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 #DAA9C0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218169192-
CMYK00.220.120.15
HSL331.84º39.84%75.88%-
HSV(B)331.84º22.48%85.49%-
XYZ52.6247.0956.18-
YUV186.27131.23150.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 169 (66.41% from 255) = 29.19%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=37.65%
G=29.19%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816919200.220.120.15331.8439.8475.88
HexDAA9C0016CF14c284c
Octal332251300026141751450114
Binary110110101010100111000000010110110011111010011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9C0; }

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

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

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

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

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

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

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

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