#DAA4C5

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

Shades of Shocking #DAA4C5

Tints of Shocking #DAA4C5

Color information

#DAA4C5 (or 0xDAA4C5) is unknown color: approx Shocking. HEX triplet: DA, A4 and C5. RGB value is (218,164,197). Sum of RGB (Red+Green+Blue) = 218+164+197=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4C5 is #255B3A. Grayscale: #B7B7B7. Windows color (decimal): -2448187 or 12952794. OLE color: 12952794.

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

Color convert

RGB218164197-
CMYK00.250.100.15
HSL323.33º42.19%74.9%-
HSV(B)323.33º24.77%85.49%-
XYZ52.2745.4958.85-
YUV183.91135.39152.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=37.65%
G=28.32%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816419700.250.100.15323.3342.1974.9
HexDAA4C5019AF1432a4b
Octal332244305031121750352113
Binary110110101010010011000101011001101011111010000111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4C5; }

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

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

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

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

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

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

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

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