#DAA4B9

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

Shades of Shocking #DAA4B9

Tints of Shocking #DAA4B9

Color information

#DAA4B9 (or 0xDAA4B9) is unknown color: approx Shocking. HEX triplet: DA, A4 and B9. RGB value is (218,164,185). Sum of RGB (Red+Green+Blue) = 218+164+185=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 185 (72.66% from 255 or 32.63% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4B9 is #255B46. Grayscale: #B6B6B6. Windows color (decimal): -2448199 or 12166362. OLE color: 12166362.

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

Color convert

RGB218164185-
CMYK00.250.150.15
HSL336.67º42.19%74.9%-
HSV(B)336.67º24.77%85.49%-
XYZ50.9544.9651.89-
YUV182.54129.39153.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.45%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 185 (72.66% from 255) = 32.63%
R=38.45%
G=28.92%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816418500.250.150.15336.6742.1974.9
HexDAA4B9019FF1512a4b
Octal332244271031171752152113
Binary110110101010010010111001011001111111111010100011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4B9; }

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

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

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

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

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

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

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

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