#DCAAC6

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

Shades of Maverick #DCAAC6

Tints of Maverick #DCAAC6

Color information

#DCAAC6 (or 0xDCAAC6) is unknown color: approx Maverick. HEX triplet: DC, AA and C6. RGB value is (220,170,198). Sum of RGB (Red+Green+Blue) = 220+170+198=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAAC6 is #235539. Grayscale: #BCBCBC. Windows color (decimal): -2315578 or 13019868. OLE color: 13019868.

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

Color convert

RGB220170198-
CMYK00.230.10.14
HSL326.4º41.67%76.47%-
HSV(B)326.4º22.73%86.27%-
XYZ54.0848.0459.85-
YUV188.14133.56150.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 170 (66.80% from 255) = 28.91%
BLUE value IS 198 (77.73% from 255) = 33.67%
R=37.41%
G=28.91%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017019800.230.10.14326.441.6776.47
HexDCAAC6017AE1462a4c
Octal334252306027121650652114
Binary110111001010101011000110010111101011101010001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAAC6; }

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

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

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

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

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

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

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

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