#DAA0BD

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

Shades of Shocking #DAA0BD

Tints of Shocking #DAA0BD

Color information

#DAA0BD (or 0xDAA0BD) is unknown color: approx Shocking. HEX triplet: DA, A0 and BD. RGB value is (218,160,189). Sum of RGB (Red+Green+Blue) = 218+160+189=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0BD is #255F42. Grayscale: #B4B4B4. Windows color (decimal): -2449219 or 12427482. OLE color: 12427482.

HSL color Cylindrical-coordinate representation of color #DAA0BD: hue angle of 330º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0BD is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB218160189-
CMYK00.270.130.15
HSL330º43.94%74.12%-
HSV(B)330º26.61%85.49%-
XYZ50.6743.7253.91-
YUV180.65132.72154.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 160 (62.89% from 255) = 28.22%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=38.45%
G=28.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816018900.270.130.1533043.9474.12
HexDAA0BD01BDF14a2c4a
Octal332240275033151751254112
Binary110110101010000010111101011011110111111010010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0BD; }

 p { color: rgb(218,160,189); }

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

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

 a { background-color: rgb(218,160,189); }

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

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

 span { border-color: rgb(218,160,189); }

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