#DAA8C1

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

Shades of Shocking #DAA8C1

Tints of Shocking #DAA8C1

Color information

#DAA8C1 (or 0xDAA8C1) is unknown color: approx Shocking. HEX triplet: DA, A8 and C1. RGB value is (218,168,193). Sum of RGB (Red+Green+Blue) = 218+168+193=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8C1 is #25573E. Grayscale: #B9B9B9. Windows color (decimal): -2447167 or 12691674. OLE color: 12691674.

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

Color convert

RGB218168193-
CMYK00.230.110.15
HSL330º40.32%75.69%-
HSV(B)330º22.94%85.49%-
XYZ52.5446.7656.71-
YUV185.8132.06150.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 168 (66.02% from 255) = 29.02%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=37.65%
G=29.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816819300.230.110.1533040.3275.69
HexDAA8C1017BF14a284c
Octal332250301027131751250114
Binary110110101010100011000001010111101111111010010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8C1; }

 p { color: rgb(218,168,193); }

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

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

 a { background-color: rgb(218,168,193); }

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

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

 span { border-color: rgb(218,168,193); }

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