#DCAACA

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

Shades of Maverick #DCAACA

Tints of Maverick #DCAACA

Color information

#DCAACA (or 0xDCAACA) is unknown color: approx Maverick. HEX triplet: DC, AA and CA. RGB value is (220,170,202). Sum of RGB (Red+Green+Blue) = 220+170+202=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAACA is #235535. Grayscale: #BCBCBC. Windows color (decimal): -2315574 or 13282012. OLE color: 13282012.

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

Color convert

RGB220170202-
CMYK00.230.080.14
HSL321.6º41.67%76.47%-
HSV(B)321.6º22.73%86.27%-
XYZ54.5548.2362.31-
YUV188.6135.56150.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=37.16%
G=28.72%
B=34.12%

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
Decimal22017020200.230.080.14321.641.6776.47
HexDCAACA0178E1422a4c
Octal334252312027101650252114
Binary110111001010101011001010010111100011101010000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAACA; }

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

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

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

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

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

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

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

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