#DCA9C7

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

Shades of Maverick #DCA9C7

Tints of Maverick #DCA9C7

Color information

#DCA9C7 (or 0xDCA9C7) is unknown color: approx Maverick. HEX triplet: DC, A9 and C7. RGB value is (220,169,199). Sum of RGB (Red+Green+Blue) = 220+169+199=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA9C7 is #235638. Grayscale: #BBBBBB. Windows color (decimal): -2315833 or 13085148. OLE color: 13085148.

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

Color convert

RGB220169199-
CMYK00.230.100.14
HSL324.71º42.15%76.27%-
HSV(B)324.71º23.18%86.27%-
XYZ54.0147.7260.4-
YUV187.67134.4151.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=37.41%
G=28.74%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016919900.230.100.14324.7142.1576.27
HexDCA9C7017AE1452a4c
Octal334251307027121650552114
Binary110111001010100111000111010111101011101010001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA9C7; }

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

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

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

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

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

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

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

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