#DCA8C9

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

Shades of Maverick #DCA8C9

Tints of Maverick #DCA8C9

Color information

#DCA8C9 (or 0xDCA8C9) is unknown color: approx Maverick. HEX triplet: DC, A8 and C9. RGB value is (220,168,201). Sum of RGB (Red+Green+Blue) = 220+168+201=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8C9 is #235736. Grayscale: #BBBBBB. Windows color (decimal): -2316087 or 13215964. OLE color: 13215964.

HSL color Cylindrical-coordinate representation of color #DCA8C9: hue angle of 321.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCA8C9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220168201-
CMYK00.240.090.14
HSL321.92º42.62%76.08%-
HSV(B)321.92º23.64%86.27%-
XYZ54.0647.4461.57-
YUV187.31135.73151.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=37.35%
G=28.52%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016820100.240.090.14321.9242.6276.08
HexDCA8C90189E1422b4c
Octal334250311030111650253114
Binary110111001010100011001001011000100111101010000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA8C9; }

 p { color: rgb(220,168,201); }

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

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

 a { background-color: rgb(220,168,201); }

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

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

 span { border-color: rgb(220,168,201); }

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