#DCAAC7

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

Shades of Maverick #DCAAC7

Tints of Maverick #DCAAC7

Color information

#DCAAC7 (or 0xDCAAC7) is unknown color: approx Maverick. HEX triplet: DC, AA and C7. RGB value is (220,170,199). Sum of RGB (Red+Green+Blue) = 220+170+199=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 199 (78.12% from 255 or 33.79% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAC7 is #235538. Grayscale: #BCBCBC. Windows color (decimal): -2315577 or 13085404. OLE color: 13085404.

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

Color convert

RGB220170199-
CMYK00.230.100.14
HSL325.2º41.67%76.47%-
HSV(B)325.2º22.73%86.27%-
XYZ54.248.0960.46-
YUV188.26134.06150.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 199 (78.12% from 255) = 33.79%
R=37.35%
G=28.86%
B=33.79%

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
Decimal22017019900.230.100.14325.241.6776.47
HexDCAAC7017AE1452a4c
Octal334252307027121650552114
Binary110111001010101011000111010111101011101010001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAC7; }

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

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

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

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

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

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

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

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