#DAA4C0

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

Shades of Shocking #DAA4C0

Tints of Shocking #DAA4C0

Color information

#DAA4C0 (or 0xDAA4C0) is unknown color: approx Shocking. HEX triplet: DA, A4 and C0. RGB value is (218,164,192). Sum of RGB (Red+Green+Blue) = 218+164+192=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4C0 is #255B3F. Grayscale: #B7B7B7. Windows color (decimal): -2448192 or 12625114. OLE color: 12625114.

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

Color convert

RGB218164192-
CMYK00.250.120.15
HSL328.89º42.19%74.9%-
HSV(B)328.89º24.77%85.49%-
XYZ51.745.2655.88-
YUV183.34132.89152.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 192 (75.39% from 255) = 33.45%
R=37.98%
G=28.57%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816419200.250.120.15328.8942.1974.9
HexDAA4C0019CF1492a4b
Octal332244300031141751152113
Binary110110101010010011000000011001110011111010010011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4C0; }

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

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

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

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

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

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

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

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