#DAA5C2

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

Shades of Shocking #DAA5C2

Tints of Shocking #DAA5C2

Color information

#DAA5C2 (or 0xDAA5C2) is unknown color: approx Shocking. HEX triplet: DA, A5 and C2. RGB value is (218,165,194). Sum of RGB (Red+Green+Blue) = 218+165+194=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5C2 is #255A3D. Grayscale: #B8B8B8. Windows color (decimal): -2447934 or 12756442. OLE color: 12756442.

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

Color convert

RGB218165194-
CMYK00.240.110.15
HSL327.17º41.73%75.1%-
HSV(B)327.17º24.31%85.49%-
XYZ52.1145.7157.12-
YUV184.15133.56152.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.78%
GREEN value IS 165 (64.84% from 255) = 28.60%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=37.78%
G=28.60%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816519400.240.110.15327.1741.7375.1
HexDAA5C2018BF1472a4b
Octal332245302030131750752113
Binary110110101010010111000010011000101111111010001111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5C2; }

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

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

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

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

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

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

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

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