#DCA9C9

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

Shades of Maverick #DCA9C9

Tints of Maverick #DCA9C9

Color information

#DCA9C9 (or 0xDCA9C9) is unknown color: approx Maverick. HEX triplet: DC, A9 and C9. RGB value is (220,169,201). Sum of RGB (Red+Green+Blue) = 220+169+201=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9C9 is #235636. Grayscale: #BBBBBB. Windows color (decimal): -2315831 or 13216220. OLE color: 13216220.

HSL color Cylindrical-coordinate representation of color #DCA9C9: hue angle of 322.35º 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 #DCA9C9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220169201-
CMYK00.230.090.14
HSL322.35º42.15%76.27%-
HSV(B)322.35º23.18%86.27%-
XYZ54.2547.8161.63-
YUV187.9135.4150.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 169 (66.41% from 255) = 28.64%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=37.29%
G=28.64%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016920100.230.090.14322.3542.1576.27
HexDCA9C90179E1422a4c
Octal334251311027111650252114
Binary110111001010100111001001010111100111101010000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9C9; }

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

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

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

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

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

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

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

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