#DAA6BA

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

Shades of Shocking #DAA6BA

Tints of Shocking #DAA6BA

Color information

#DAA6BA (or 0xDAA6BA) is unknown color: approx Shocking. HEX triplet: DA, A6 and BA. RGB value is (218,166,186). Sum of RGB (Red+Green+Blue) = 218+166+186=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6BA is #255945. Grayscale: #B7B7B7. Windows color (decimal): -2447686 or 12232410. OLE color: 12232410.

HSL color Cylindrical-coordinate representation of color #DAA6BA: hue angle of 336.92º degrees, saturation: 0.41, 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 #DAA6BA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB218166186-
CMYK00.240.150.15
HSL336.92º41.27%75.29%-
HSV(B)336.92º23.85%85.49%-
XYZ51.4145.7252.57-
YUV183.83129.23152.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=38.25%
G=29.12%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816618600.240.150.15336.9241.2775.29
HexDAA6BA018FF151294b
Octal332246272030171752151113
Binary110110101010011010111010011000111111111010100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA6BA; }

 p { color: rgb(218,166,186); }

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

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

 a { background-color: rgb(218,166,186); }

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

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

 span { border-color: rgb(218,166,186); }

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