#DCA9CA

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

Shades of Maverick #DCA9CA

Tints of Maverick #DCA9CA

Color information

#DCA9CA (or 0xDCA9CA) is unknown color: approx Maverick. HEX triplet: DC, A9 and CA. RGB value is (220,169,202). Sum of RGB (Red+Green+Blue) = 220+169+202=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9CA is #235635. Grayscale: #BBBBBB. Windows color (decimal): -2315830 or 13281756. OLE color: 13281756.

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

Color convert

RGB220169202-
CMYK00.230.080.14
HSL321.18º42.15%76.27%-
HSV(B)321.18º23.18%86.27%-
XYZ54.3647.8662.25-
YUV188.01135.9150.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 169 (66.41% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=37.23%
G=28.60%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016920200.230.080.14321.1842.1576.27
HexDCA9CA0178E1412a4c
Octal334251312027101650152114
Binary110111001010100111001010010111100011101010000011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9CA; }

 p { color: rgb(220,169,202); }

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

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

 a { background-color: rgb(220,169,202); }

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

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

 span { border-color: rgb(220,169,202); }

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